BluetoothLEAdvertisementDataSection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BluetoothLEAdvertisementDataSection() |
Crée un objet BluetoothLEAdvertisementDataSection . |
BluetoothLEAdvertisementDataSection(Byte, IBuffer) |
Crée un objet BluetoothLEAdvertisementDataSection avec le type de données de publication Bluetooth LE et la charge utile. |
BluetoothLEAdvertisementDataSection()
Crée un objet BluetoothLEAdvertisementDataSection .
public:
BluetoothLEAdvertisementDataSection();
BluetoothLEAdvertisementDataSection();
public BluetoothLEAdvertisementDataSection();
function BluetoothLEAdvertisementDataSection()
Public Sub New ()
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|
Voir aussi
S’applique à
BluetoothLEAdvertisementDataSection(Byte, IBuffer)
Crée un objet BluetoothLEAdvertisementDataSection avec le type de données de publication Bluetooth LE et la charge utile.
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)
Paramètres
- dataType
-
Byte
byte
Type de données de publication Bluetooth LE tel que défini par le Bluetooth Special Interest Group (SIG).
- data
- IBuffer
Charge utile des données de publication Bluetooth LE.
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|