GattCharacteristic.PresentationFormats 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 the list of presentation format descriptors associated with this GattCharacteristic, in the order specified by the Aggregate Format Descriptor.
The list shall be empty if no PresentationFormat or Aggregate Format descriptors are found.
public:
property IVectorView<GattPresentationFormat ^> ^ PresentationFormats { IVectorView<GattPresentationFormat ^> ^ get(); };
IVectorView<GattPresentationFormat> PresentationFormats();
public IReadOnlyList<GattPresentationFormat> PresentationFormats { get; }
var iVectorView = gattCharacteristic.presentationFormats;
Public ReadOnly Property PresentationFormats As IReadOnlyList(Of GattPresentationFormat)
Property Value
An array of GattPresentationFormat objects that contain the list of presentation format descriptors associated with this GattCharacteristic, in the order specified by the Aggregate Format Descriptor.
Windows requirements
App capabilities |
bluetooth
|