Class GattDescriptorsResult
- Assembly
- nanoFramework.Device.Bluetooth.dll
The result of descriptor operations like GattCharacteristic.GetDescriptors
public class GattDescriptorsResult
- Inheritance
-
GattDescriptorsResult
- Inherited Members
- Extension Methods
Properties
Descriptors
Gets the descriptors. returning an Array of GattDescriptor objects.
public GattDescriptor[] Descriptors { get; }
Property Value
ProtocolError
Gets the protocol error.
public byte ProtocolError { get; }
Property Value
Status
Gets the communication status of the operation.
public GattCommunicationStatus Status { get; }