GattSubscribedClient Classe

Definizione

Questa classe rappresenta un client sottoscritto di una sessione GATT.

public ref class GattSubscribedClient sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GattSubscribedClient final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GattSubscribedClient final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GattSubscribedClient
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GattSubscribedClient
Public NotInheritable Class GattSubscribedClient
Ereditarietà
Object Platform::Object IInspectable GattSubscribedClient
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)
Funzionalità dell'app
bluetooth

Commenti

Vedere anche Inviare notifiche ai client sottoscritti.

Proprietà

MaxNotificationSize

Ottiene le dimensioni massime delle notifiche.

Session

Ottiene la sessione del client sottoscritto.

Eventi

MaxNotificationSizeChanged

Evento che viene attivato quando la dimensione massima della notifica è cambiata.

Si applica a

Vedi anche