Enum ConnectionStatus
Enumeration providing the available statuses of a Device's Bluetooth connection to the system.
Namespace: NextMind.Devices
Assembly: NextMind.dll
Syntax
public enum ConnectionStatus
Fields
| Name | Description |
|---|---|
| Available | The Device has been discovered by the system but is not yet connected. |
| Connected | The Device is connected to the system. |
| Connecting | The Device is currently conneting to the system. |
| Unavailable | The Device is not tracked by the system. May happen for a few frames on disconnection. |