Share via


BluetoothLEAdvertisementBytePattern.DataType Property

Definition

Overloads

DataType

The Bluetooth LE advertisement data type defined by the Bluetooth Special Interest Group (SIG) to match.

DataType

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

See also

Applies to