Table of Contents

Class GattDescriptorsResult

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

GattDescriptor[]

ProtocolError

Gets the protocol error.

public byte ProtocolError { get; }

Property Value

byte

Status

Gets the communication status of the operation.

public GattCommunicationStatus Status { get; }

Property Value

GattCommunicationStatus