Connection |
[SerializableAttribute] public enum ConnectionState
| Member name | Value | Description |
|---|---|---|
| Unknown | 0 | The connection state of a device is unknown. |
| Connected | 1 | The device is connected. |
| Disconnected | 2 | The device is disconnected. |
| NotAuthorized | 3 | The connection is ok, but the user is not authorized for this device. |