Table of Contents

Class GattSubscribedClient

Namespace
nanoFramework.Device.Bluetooth.GenericAttributeProfile
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

ushort

Session

Gets the session of the subscribed client.

public GattSession Session { get; }

Property Value

GattSession