Compartir a través de


BluetoothLEAdvertisementBytePattern.DataType Propiedad

Definición

El tipo de datos de anuncio bluetooth LE definido por el grupo de interés especial (SIG) bluetooth para que coincida.

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

Valor de propiedad

Byte

byte

El tipo de datos del anuncio bluetooth LE que se va a coincidir.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a

Consulte también