GattLocalService.Characteristics 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 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
|