BluetoothLEAdvertisementDataSection Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
BluetoothLEAdvertisementDataSection() |
Crea un nuovo oggetto BluetoothLEAdvertisementDataSection . |
BluetoothLEAdvertisementDataSection(Byte, IBuffer) |
Crea un nuovo oggetto BluetoothLEAdvertisementDataSection con il tipo di dati dell'annuncio Bluetooth LE e il payload. |
BluetoothLEAdvertisementDataSection()
Crea un nuovo oggetto BluetoothLEAdvertisementDataSection .
public:
BluetoothLEAdvertisementDataSection();
BluetoothLEAdvertisementDataSection();
public BluetoothLEAdvertisementDataSection();
function BluetoothLEAdvertisementDataSection()
Public Sub New ()
Requisiti Windows
Funzionalità dell'app |
bluetooth
|
Vedi anche
Si applica a
BluetoothLEAdvertisementDataSection(Byte, IBuffer)
Crea un nuovo oggetto BluetoothLEAdvertisementDataSection con il tipo di dati dell'annuncio Bluetooth LE e il payload.
public:
BluetoothLEAdvertisementDataSection(byte dataType, IBuffer ^ data);
BluetoothLEAdvertisementDataSection(byte const& dataType, IBuffer const& data);
public BluetoothLEAdvertisementDataSection(byte dataType, IBuffer data);
function BluetoothLEAdvertisementDataSection(dataType, data)
Public Sub New (dataType As Byte, data As IBuffer)
Parametri
- dataType
-
Byte
byte
Tipo di dati dell'annuncio Bluetooth LE come definito dal Gruppo di interesse speciale Bluetooth (SIG).
- data
- IBuffer
Payload dei dati dell'annuncio Bluetooth LE.
Requisiti Windows
Funzionalità dell'app |
bluetooth
|