GattCharacteristic.Uuid 属性

定义

获取此 GattCharacteristic 的 GATT 特征 UUID。

public:
 property Platform::Guid Uuid { Platform::Guid get(); };
winrt::guid Uuid();
public Guid Uuid { get; }
var guid = gattCharacteristic.uuid;
Public ReadOnly Property Uuid As Guid

属性值

Guid

Platform::Guid

winrt::guid

此 GattCharacteristic 的 GATT 特征 UUID。

Windows 要求

应用功能
bluetooth

适用于