C++ API
Loading...
Searching...
No Matches
Plux::EvtDisconnect Struct Reference

Device disconnect event class. More...

#include <plux.h>

Inheritance diagram for Plux::EvtDisconnect:
Plux::Event

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.
 

Detailed Description

Device disconnect event class.

Member Enumeration Documentation

◆ Reason

Disconnect reason enumeration.

Enumerator
Timeout 

Idle connection timeout (15 min) has elapsed.

ButtonPressed 

Device button was pressed.

BatDischarged 

Device battery is discharged.


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