Class GattWriteResult
- 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
Status
Gets the status of the write result.
public GattCommunicationStatus Status { get; }