Class GattSubscribedClient
- Assembly
- nanoFramework.Device.Bluetooth.dll
This class represents a subscribed client of a GATT session.
public class GattSubscribedClient
- Inheritance
-
GattSubscribedClient
- Inherited Members
- Extension Methods
Properties
MaxNotificationSize
Gets the maximum notification size.
public ushort MaxNotificationSize { get; }
Property Value
Session
Gets the session of the subscribed client.
public GattSession Session { get; }