Timer Console
Loading...
Searching...
No Matches
AlarmData::Vibrate Struct Reference

Vibrate struct provides more customization over how the device will react to an alarm being triggered. More...

#include <alarmData.h>

Public Member Functions

 Vibrate (const bool &on, const double &intensity)
 

Public Attributes

bool on
 
double intensity
 

Detailed Description

Vibrate struct provides more customization over how the device will react to an alarm being triggered.

Parameters
onBoolean describing if the alarm should or should not vibrate when triggered
Note
The application will automatically set on to false if the device does not support vibration
Parameters
intensityDouble to describe how intense the vibration should be

Constructor & Destructor Documentation

◆ Vibrate()

AlarmData::Vibrate::Vibrate ( const bool & on,
const double & intensity )
inline

Member Data Documentation

◆ intensity

double AlarmData::Vibrate::intensity

◆ on

bool AlarmData::Vibrate::on

The documentation for this struct was generated from the following file: