다음을 통해 공유


BluetoothLEAdvertisement.ServiceUuids 속성

정의

BluetoothLEAdvertisement의 서비스 UUID(128비트 GUID 형식)의 목록을 가져옵니다.

public:
 property IVector<Platform::Guid> ^ ServiceUuids { IVector<Platform::Guid> ^ get(); };
IVector<winrt::guid> ServiceUuids();
public IList<Guid> ServiceUuids { get; }
var iVector = bluetoothLEAdvertisement.serviceUuids;
Public ReadOnly Property ServiceUuids As IList(Of Guid)

속성 값

IVector<Guid>

IList<Guid>

IVector<Platform::Guid>

IVector<winrt::guid>

128비트 GUID 형식의 서비스 UUID 목록을 나타내는 GUID의 IVector입니다. 이 속성은 모든 16비트, 32비트 및 128비트 서비스 UUID를 단일 목록으로 집계합니다.

Windows 요구 사항

앱 기능
bluetooth

적용 대상