Enum DeviceScannerState
- Namespace
- NixUniversalSDK
- Assembly
- NixUniversalSDK.dll
Enum describing the possible states of the IDeviceScanner. See DeviceScannerStateExtensions for extension methods.
public enum DeviceScannerState
- Extension Methods
Fields
Cold = -1Bluetooth scanner state is cold / unknown (scanner is initializing).
ErrorBluetoothDisabled = 3Bluetooth scanner could not start because Bluetooth is disabled on this device.
ErrorBluetoothPermissions = 2Bluetooth scanner could not start because Bluetooth permissions have not been granted.
Bluetooth scanner could not start because Bluetooth is not available on this device.
ErrorInternal = 6Bluetooth scanner could not start due to an internal error.
ErrorInvalidHardwareId = 5Bluetooth scanner could not start because an invalid hardware ID was provided.
ErrorLicense = 7Bluetooth scanner could not start due to a problem with the LicenseManager. Check State for details.
Idle = 0Bluetooth scanner is not actively searching for devices.
Scanning = 1Bluetooth scanner is actively searching for devices.