BluetoothLEAdvertisementDataSection.DataType Property

Definition

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

Applies to

See also