Class GattCharacteristicsResult
- 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
ProtocolError
Gets the protocol error.
public byte ProtocolError { get; }
Property Value
Status
Gets the communication status of the operation.
public GattCommunicationStatus Status { get; }