GattLocalService.Characteristics Property

Definition

Gets a vector list of the characteristics available for this local service.

public:
 property IVectorView<GattLocalCharacteristic ^> ^ Characteristics { IVectorView<GattLocalCharacteristic ^> ^ get(); };
IVectorView<GattLocalCharacteristic> Characteristics();
public IReadOnlyList<GattLocalCharacteristic> Characteristics { get; }
var iVectorView = gattLocalService.characteristics;
Public ReadOnly Property Characteristics As IReadOnlyList(Of GattLocalCharacteristic)

Property Value

A vector list of the characteristics available for this local service.

Windows requirements

App capabilities
bluetooth

Applies to