![]() |
C++ API
|
Device disconnect event class. More...
#include <plux.h>
Public Types | |
| enum | Reason { Timeout = 1 , ButtonPressed = 2 , BatDischarged = 4 } |
| Disconnect reason enumeration. More... | |
Public Types inherited from Plux::Event | |
| enum | Type { TypeDigInUpdate = 3 , TypeSchedChange = 4 , TypeSync = 5 , TypeGestFeatures = 7 , TypeDisconnect = 8 , TypeSignalGood = 9 , TypeBattery = 10 , TypeSensorTrack = 11 , TypeFrameData = 12 , TypeDeviceState = 13 , TypeCalibrationData = 14 } |
| Event type enumeration. More... | |
Public Attributes | |
| Reason | reason |
| Reason for the device disconnection. | |
Public Attributes inherited from Plux::Event | |
| Type | type |
| Event type. | |
Device disconnect event class.