GattLocalCharacteristic.Descriptors 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 the descriptors for this local characteristic.
public:
property IVectorView<GattLocalDescriptor ^> ^ Descriptors { IVectorView<GattLocalDescriptor ^> ^ get(); };
IVectorView<GattLocalDescriptor> Descriptors();
public IReadOnlyList<GattLocalDescriptor> Descriptors { get; }
var iVectorView = gattLocalCharacteristic.descriptors;
Public ReadOnly Property Descriptors As IReadOnlyList(Of GattLocalDescriptor)
Property Value
A vector list of all the descriptors for this local characteristic.
Windows requirements
App capabilities |
bluetooth
|