BluetoothLEAdvertisementBytePattern.DataType Proprietà

Definizione

Tipo di dati dell'annuncio Bluetooth LE definito dal Bluetooth Special Interest Group (SIG) da corrispondere.

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

Valore della proprietà

Byte

byte

Tipo di dati dell'annuncio Bluetooth LE da corrispondere.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a

Vedi anche