Table of Contents

Enum DeviceUnpairingResultStatus

Namespace
nanoFramework.Device.Bluetooth
Assembly
nanoFramework.Device.Bluetooth.dll

The result of the unpairing action.

public enum DeviceUnpairingResultStatus

Fields

AccessDenied = 3

The caller does not have sufficient permissions to unpair the device.

AlreadyUnpaired = 1

The device object is already unpaired.

Failed = 4

An unknown failure occurred.

OperationAlreadyInProgress = 2

Upairing operation already in progress.

Unpaired = 0

The device object is successfully unpaired.