Condividi tramite


BluetoothLEAdvertisementBytePattern Costruttori

Definizione

Overload

BluetoothLEAdvertisementBytePattern()

Creare un nuovo oggetto BluetoothLEAdvertisementBytePattern .

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

Creare un nuovo oggetto BluetoothLEAdvertisementBytePattern con un tipo di dati dell'annuncio in base al quale trovare una corrispondenza, il modello di byte dei dati dell'annuncio e l'offset del modello di byte dall'inizio della sezione dei dati dell'annuncio.

BluetoothLEAdvertisementBytePattern()

Creare un nuovo oggetto BluetoothLEAdvertisementBytePattern .

public:
 BluetoothLEAdvertisementBytePattern();
 BluetoothLEAdvertisementBytePattern();
public BluetoothLEAdvertisementBytePattern();
function BluetoothLEAdvertisementBytePattern()
Public Sub New ()

Requisiti Windows

Funzionalità dell'app
bluetooth

Vedi anche

Si applica a

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

Creare un nuovo oggetto BluetoothLEAdvertisementBytePattern con un tipo di dati dell'annuncio in base al quale trovare una corrispondenza, il modello di byte dei dati dell'annuncio e l'offset del modello di byte dall'inizio della sezione dei dati dell'annuncio.

public:
 BluetoothLEAdvertisementBytePattern(byte dataType, short offset, IBuffer ^ data);
 BluetoothLEAdvertisementBytePattern(byte const& dataType, short const& offset, IBuffer const& data);
public BluetoothLEAdvertisementBytePattern(byte dataType, short offset, IBuffer data);
function BluetoothLEAdvertisementBytePattern(dataType, offset, data)
Public Sub New (dataType As Byte, offset As Short, data As IBuffer)

Parametri

dataType
Byte

byte

Tipo di dati dell'annuncio Bluetooth LE da associare.

offset
Int16

short

Offset del modello di byte dall'inizio della sezione dei dati degli annunci pubblicitari.

data
IBuffer

Modello di byte di dati pubblicitari Bluetooth LE da abbinare.

Requisiti Windows

Funzionalità dell'app
bluetooth

Vedi anche

Si applica a