共用方式為


BluetoothLEAdvertisementDataSection.Data 屬性

定義

藍牙 LE 廣告資料承載。

public:
 property IBuffer ^ Data { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Data();

void Data(IBuffer value);
public IBuffer Data { get; set; }
var iBuffer = bluetoothLEAdvertisementDataSection.data;
bluetoothLEAdvertisementDataSection.data = iBuffer;
Public Property Data As IBuffer

屬性值

藍牙 LE 廣告資料承載。

Windows 需求

應用程式功能
bluetooth

適用於

另請參閱