Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Requirements Description
App capabilities
bluetooth

Remarks

Also see Send notifications to subscribed clients.

Applies to

See also


Feedback

Was this page helpful?