Notifications types for CHAI Used by the CHAI notification handler to inform the application.
Enumerator |
---|
CNT_Connected |
The CHAI is connected to the network.
|
CNT_Disconnected |
The CHAI is disconnected from the network.
|
CNT_LocalFixedDuplicateConflict |
There is a conflict regarding local device duplicate number set if Fixed mode.
|
CNT_LocalDuplicateChanged |
A local duplicate conflict has been resolved before device declaration on the network.
|
CNT_NetworkStable |
The network is stable (no device activation change during last 500ms)
|
CNT_NetworkChanged |
The network has been changed (machine dis/connected). A CNT_NetworkStable notification will occur later. Network changed is due to a physical network change. A complete machine, and so a set of devices, just appears or disappears. So a new device enumeration might be useful to identify potential new devices. If any remote device points to a disappeared device, a DeviceDiscarded notification will be called.
|
CNT_VNMNotEnoughMemory |
The VNM is out of memory.
|
CNT_VNMNotCompatible |
The VNM is incompatible with this version of the SDK.
|
CNT_GroupsChanged |
The CHAI groups remotely changed.
|
CNT_GlobalLearningModeRunning |
Global Learning mode is active. optionalEndpoint's device ID points to the device currently in learning mode.
|
CNT_GlobalLearningModeLeaved |
Global Learning mode is turned off. optionalEndpoint's device ID points to the device currently in learning mode.
|
CNT_SnapshotSavingRunning |
Snapshot saving is active.
|
CNT_SnapshotRestoreRunning |
Snapshot restoring is active.
|
CNT_SnapshotSavingComplete |
Snapshot saving is complete.
|
CNT_SnapshotRestoreComplete |
Snapshot restoring is complete.
|
CNT_InvalidKey |
Invalid SDK Key.
|
CNT_InternalError |
The CHAI encounter an internal error.
|