共用方式為


BluetoothLEAdvertisementDataSection.DataType 屬性

定義

取得或設定藍牙 LE 廣告資料類型,如藍牙特殊興趣群組所定義, (SIG) 。 請參閱 指派的數位和 GAP

public:
 property byte DataType { byte get(); void set(byte value); };
byte DataType();

void DataType(byte value);
public byte DataType { get; set; }
var byte = bluetoothLEAdvertisementDataSection.dataType;
bluetoothLEAdvertisementDataSection.dataType = byte;
Public Property DataType As Byte

屬性值

Byte

byte

藍牙 LE 廣告資料類型。

Windows 需求

應用程式功能
bluetooth

適用於

另請參閱