Class DevicePairingResult
- Namespace
- nanoFramework.Device.Bluetooth
- Assembly
- nanoFramework.Device.Bluetooth.dll
Contains information about the result of attempting to pair a device.
public class DevicePairingResult
- Inheritance
-
DevicePairingResult
- Inherited Members
- Extension Methods
Properties
ProtectionLevelUsed
Gets the level of protection used to pair the device.
public DevicePairingProtectionLevel ProtectionLevelUsed { get; }
Property Value
Status
Gets the paired status of the device after the pairing action completed.
public DevicePairingResultStatus Status { get; }