BluetoothLEAdvertisementBytePattern.DataType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Bluetooth LE advertisement data type defined by the Bluetooth Special Interest Group (SIG) to match.
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
Property Value
Byte
byte
The Bluetooth LE advertisement data type to match.
Windows requirements
App capabilities |
bluetooth
|