GattDeviceService.Uuid 属性

定义

获取与此 GattDeviceService 关联的 GATT 服务 UUID

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

属性值

Guid

Platform::Guid

winrt::guid

一个 128 位蓝牙 GATT 服务 UUID,表示为标准 GUID 对象。

Windows 要求

应用功能
bluetooth

适用于