Class GattReadClientCharacteristicConfigurationDescriptorResult
- Assembly
- nanoFramework.Device.Bluetooth.dll
Represents the result of reading a GATT Client CharacteristicConfigurationClientDescriptor value.
public class GattReadClientCharacteristicConfigurationDescriptorResult
- Inheritance
-
GattReadClientCharacteristicConfigurationDescriptorResult
- Inherited Members
- Extension Methods
Properties
ClientCharacteristicConfigurationDescriptor
Gets the result of an read operation.
public GattClientCharacteristicConfigurationDescriptorValue ClientCharacteristicConfigurationDescriptor { get; }
Property Value
ProtocolError
Gets the protocol error.
public byte ProtocolError { get; }
Property Value
Status
Gets the status of an operation.
public GattCommunicationStatus Status { get; }