GattLocalCharacteristic.SubscribedClients Proprietà

Definizione

Ottiene un elenco vettoriale di tutti i client che sono sottoscrivi a questa caratteristica locale.

public:
 property IVectorView<GattSubscribedClient ^> ^ SubscribedClients { IVectorView<GattSubscribedClient ^> ^ get(); };
IVectorView<GattSubscribedClient> SubscribedClients();
public IReadOnlyList<GattSubscribedClient> SubscribedClients { get; }
var iVectorView = gattLocalCharacteristic.subscribedClients;
Public ReadOnly Property SubscribedClients As IReadOnlyList(Of GattSubscribedClient)

Valore della proprietà

Elenco vettoriale di tutti i client che sono sottoscrivi a questa caratteristica locale.

Requisiti Windows

Funzionalità dell'app
bluetooth

Commenti

Vedere anche Inviare notifiche ai client sottoscritti.

Si applica a

Vedi anche