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.
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.