Bagikan melalui


BluetoothLEAdvertisementDataSection.DataType Properti

Definisi

Mendapatkan atau mengatur jenis data iklan Bluetooth LE, seperti yang didefinisikan oleh Bluetooth Special Interest Group (SIG). Lihat Nomor yang ditetapkan dan 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

Nilai Properti

Byte

byte

Jenis data iklan Bluetooth LE.

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Berlaku untuk

Lihat juga