GattLocalCharacteristic.SubscribedClients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a vector list of all clients that are subscribed to this local characteristic.
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)
Property Value
A vector list of all clients that are subscribed to this local characteristic.
Windows requirements
App capabilities |
bluetooth
|
Remarks
Also see Send notifications to subscribed clients.