Compartir a través de


BluetoothLEAdvertisementDataSection.DataType Propiedad

Definición

Obtiene o establece el tipo de datos de anuncio de Bluetooth LE, tal y como se define en el Grupo de interés especial (SIG) de Bluetooth. Consulte Números asignados y 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

Valor de propiedad

Byte

byte

El tipo de datos del anuncio de Bluetooth LE.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a

Consulte también