Table of Contents

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 = -1

Bluetooth scanner state is cold / unknown (scanner is initializing).

ErrorBluetoothDisabled = 3

Bluetooth scanner could not start because Bluetooth is disabled on this device.

ErrorBluetoothPermissions = 2

Bluetooth scanner could not start because Bluetooth permissions have not been granted.

ErrorBluetoothUnavailable = 4

Bluetooth scanner could not start because Bluetooth is not available on this device.

ErrorInternal = 6

Bluetooth scanner could not start due to an internal error.

ErrorInvalidHardwareId = 5

Bluetooth scanner could not start because an invalid hardware ID was provided.

ErrorLicense = 7

Bluetooth scanner could not start due to a problem with the LicenseManager. Check State for details.

Idle = 0

Bluetooth scanner is not actively searching for devices.

Scanning = 1

Bluetooth scanner is actively searching for devices.