共用方式為


BluetoothLEAdvertisement.ServiceUuids 屬性

定義

取得藍牙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)

屬性值

IVector<Guid>

IList<Guid>

IVector<Platform::Guid>

IVector<winrt::guid>

GUIDIVector,代表 128 位 GUID 格式的服務 UUID 清單。 此屬性會將所有 16 位、32 位和 128 位服務 UUID 匯總成單一清單。

Windows 需求

應用程式功能
bluetooth

適用於