BluetoothLEAdvertisementBytePattern.DataType 属性

定义

蓝牙特别兴趣组定义的蓝牙 LE 播发数据类型 (SIG) 匹配。

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

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

属性值

Byte

byte

要匹配的蓝牙 LE 播发数据类型。

Windows 要求

应用功能
bluetooth

适用于

另请参阅