Device Status
Enum describing the possible causes of a device disconnection event in the IDeviceCompat.OnDeviceStateChangeListener
Entries
The device had disconnected normally (e.g. - via calling IDeviceCompat.disconnect)
The device connection attempt was cancelled because the maximum number of attempts was reached.
The device connection attempt was cancelled due to a timeout error.
The device connection attempt was cancelled because the specified device type was not supported.
The device has disconnected unexpectedly (possibly due to low Bluetooth signal strength or low battery level).
The device connection attempt was cancelled because the specified device was not authorized for this build of the Nix SDK. Check that the device allocation code and/or serial number is expected to be authorized for this build.
The device has disconnected for an unknown reason (internal SDK error).
The device disconnected due to a problem with the LicenseManager. Check that the license is active via LicenseManager.Shared.state and that the device type is supported via LicenseManager.Shared.isDeviceTypeSupported.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.