BluetoothLEAdvertisement.ServiceUuids 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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)
속성 값
128비트 GUID 형식의 서비스 UUID 목록을 나타내는 GUID의 IVector입니다. 이 속성은 모든 16비트, 32비트 및 128비트 서비스 UUID를 단일 목록으로 집계합니다.
Windows 요구 사항
앱 기능 |
bluetooth
|