Class GattLocalDescriptorResult
- Assembly
- nanoFramework.Device.Bluetooth.dll
The result of local characteristic descriptor operations like CreateDescriptorAsync.
public class GattLocalDescriptorResult
- Inheritance
-
GattLocalDescriptorResult
- Inherited Members
- Extension Methods
Properties
Descriptor
Gets the descriptor.
public GattLocalDescriptor Descriptor { get; }
Property Value
Error
Gets the error.
public BluetoothError Error { get; }