GattLocalCharacteristic.PresentationFormats Property

Definition

Gets the presentation formats for this local characteristic.

public:
 property IVectorView<GattPresentationFormat ^> ^ PresentationFormats { IVectorView<GattPresentationFormat ^> ^ get(); };
IVectorView<GattPresentationFormat> PresentationFormats();
public IReadOnlyList<GattPresentationFormat> PresentationFormats { get; }
var iVectorView = gattLocalCharacteristic.presentationFormats;
Public ReadOnly Property PresentationFormats As IReadOnlyList(Of GattPresentationFormat)

Property Value

The presentation formats for this local characteristic.

Windows requirements

App capabilities
bluetooth

Applies to