다음을 통해 공유


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

표준 GUID 개체로 표현되는 128비트 Bluetooth GATT 서비스 UUID입니다.

Windows 요구 사항

앱 기능
bluetooth

적용 대상