Table of Contents

Class GattCharacteristicsResult

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
Assembly
nanoFramework.Device.Bluetooth.dll

Contains the result of GetCharacteristicsForUuid and GetCharacteristics

public class GattCharacteristicsResult
Inheritance
GattCharacteristicsResult
Inherited Members
Extension Methods

Properties

Characteristics

Gets the characteristics. returning an Array of GattCharacteristic objects.

public GattCharacteristic[] Characteristics { get; }

Property Value

GattCharacteristic[]

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