Class GattReadResult
- Assembly
- nanoFramework.Device.Bluetooth.dll
Represents the result of an asynchronous read operation of a GATT Characteristic or Descriptor value.
public class GattReadResult
- Inheritance
-
GattReadResult
- Inherited Members
- Extension Methods
Properties
ProtocolError
Gets the protocol error.
public byte ProtocolError { get; }
Property Value
Status
Gets the status of an operation.
public GattCommunicationStatus Status { get; }
Property Value
Value
Gets the value read from the device.
public Buffer Value { get; }