BluetoothLEAdvertisementDataSection.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.
Gets or sets the Bluetooth LE advertisement data type, as defined by the Bluetooth Special Interest Group (SIG). See Assigned numbers and 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
Property Value
Byte
byte
The Bluetooth LE advertisement data type.
Windows requirements
App capabilities |
bluetooth
|