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

适用于

另请参阅