BluetoothLEAdvertisement.ServiceUuids 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得藍牙Advertisement中以 128 位GUID格式) 的服務 UUID 清單 (。
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)
屬性值
GUID的IVector,代表 128 位 GUID 格式的服務 UUID 清單。 此屬性會將所有 16 位、32 位和 128 位服務 UUID 匯總成單一清單。
Windows 需求
應用程式功能 |
bluetooth
|