Table of Contents

Class GattReadResult

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

byte

Status

Gets the status of an operation.

public GattCommunicationStatus Status { get; }

Property Value

GattCommunicationStatus

Value

Gets the value read from the device.

public Buffer Value { get; }

Property Value

Buffer