GattLocalCharacteristic.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 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
|