Table of Contents

Class GattReadClientCharacteristicConfigurationDescriptorResult

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
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

GattClientCharacteristicConfigurationDescriptorValue

ProtocolError

Gets the protocol error.

public byte ProtocolError { get; }

Property Value

byte

Status

Gets the status of an operation.

public GattCommunicationStatus Status { get; }

Property Value

GattCommunicationStatus