Table of Contents

Class GattWriteResult

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

Contains the result of GATT write operations like WriteValueWithResult.

public class GattWriteResult
Inheritance
GattWriteResult
Inherited Members
Extension Methods

Properties

ProtocolError

Gets the protocol error.

public byte ProtocolError { get; }

Property Value

byte

Status

Gets the status of the write result.

public GattCommunicationStatus Status { get; }

Property Value

GattCommunicationStatus