GattSubscribedClient GattSubscribedClient GattSubscribedClient GattSubscribedClient Class

Definition

This class represents a subscribed client of a GATT session.

public : sealed class GattSubscribedClient : IGattSubscribedClientpublic sealed class GattSubscribedClient : IGattSubscribedClientPublic NotInheritable Class GattSubscribedClient Implements IGattSubscribedClient// 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

MaxNotificationSize MaxNotificationSize MaxNotificationSize MaxNotificationSize

Gets the max notification size.

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

The max notification size.

Session Session Session Session

Gets the session of the subscribed client.

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

The session of the subscribed client.

Events

MaxNotificationSizeChanged MaxNotificationSizeChanged MaxNotificationSizeChanged MaxNotificationSizeChanged

An event that is triggered when the max notification size has changed.

public : event TypedEventHandler MaxNotificationSizeChanged<GattSubscribedClient,  object>public event TypedEventHandler MaxNotificationSizeChanged<GattSubscribedClient,  object>Public Event MaxNotificationSizeChanged<GattSubscribedClient,  object>// You can use this event in JavaScript.