Enum DeviceUnpairingResultStatus
- Namespace
- nanoFramework.Device.Bluetooth
- Assembly
- nanoFramework.Device.Bluetooth.dll
The result of the unpairing action.
public enum DeviceUnpairingResultStatus
Fields
AccessDenied = 3The caller does not have sufficient permissions to unpair the device.
AlreadyUnpaired = 1The device object is already unpaired.
Failed = 4An unknown failure occurred.
OperationAlreadyInProgress = 2Upairing operation already in progress.
Unpaired = 0The device object is successfully unpaired.