GattCharacteristic.PresentationFormats 属性

定义

按聚合格式描述符指定的顺序获取与此 GattCharacteristic 关联的表示格式描述符的列表。

如果未找到 PresentationFormat 或聚合格式描述符,则列表应为空。

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)

属性值

GattPresentationFormat 对象的数组,这些对象包含与此 GattCharacteristic 关联的表示格式描述符的列表,其顺序由聚合格式描述符指定。

Windows 要求

应用功能
bluetooth

适用于