GattClientNotificationResult GattClientNotificationResult GattClientNotificationResult GattClientNotificationResult Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
The result of NotifyValueAsync

public : sealed class GattClientNotificationResult : IGattClientNotificationResult, IGattClientNotificationResult2public sealed class GattClientNotificationResult : IGattClientNotificationResult, IGattClientNotificationResult2Public NotInheritable Class GattClientNotificationResult Implements IGattClientNotificationResult, IGattClientNotificationResult2// 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

BytesSent BytesSent BytesSent BytesSent

Prerelease. Gets the bytes that were sent.

public : ushort BytesSent { get; }public ushort BytesSent { get; }Public ReadOnly Property BytesSent As ushort// You can use this property in JavaScript.
Value
ushort ushort ushort ushort

The bytes that were sent.

Additional features and requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

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 GATT communication status.

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

SubscribedClient SubscribedClient SubscribedClient SubscribedClient

Gets the subscribed client.

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