GattWriteResult GattWriteResult GattWriteResult GattWriteResult Class

Definition

Contains the result of GATT write operations like WriteValueWithResultAsync.

public : sealed class GattWriteResult : IGattWriteResultpublic sealed class GattWriteResult : IGattWriteResultPublic NotInheritable Class GattWriteResult Implements IGattWriteResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

ProtocolError ProtocolError ProtocolError ProtocolError

Gets the protocol error.

public : IReference<byte> ProtocolError { get; }public Nullable<byte> ProtocolError { get; }Public ReadOnly Property ProtocolError As Nullable<byte>// You can use this property in JavaScript.
Value
IReference<byte> Nullable<byte> Nullable<byte> Nullable<byte>

The protocol error.

Status Status Status Status

Gets the status of the write result.

public : GattCommunicationStatus Status { get; }public GattCommunicationStatus Status { get; }Public ReadOnly Property Status As GattCommunicationStatus// You can use this property in JavaScript.