BluetoothLEAdvertisementPublisher 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
BluetoothLEAdvertisementPublisher() |
Crée un objet BluetoothLEAdvertisementPublisher . |
BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement) |
Crée un objet BluetoothLEAdvertisementPublisher avec la publicité Bluetooth LE à publier. |
BluetoothLEAdvertisementPublisher()
Crée un objet BluetoothLEAdvertisementPublisher .
public:
BluetoothLEAdvertisementPublisher();
BluetoothLEAdvertisementPublisher();
public BluetoothLEAdvertisementPublisher();
function BluetoothLEAdvertisementPublisher()
Public Sub New ()
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|
Voir aussi
S’applique à
BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)
Crée un objet BluetoothLEAdvertisementPublisher avec la publicité Bluetooth LE à publier.
public:
BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement ^ advertisement);
BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement const& advertisement);
public BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement advertisement);
function BluetoothLEAdvertisementPublisher(advertisement)
Public Sub New (advertisement As BluetoothLEAdvertisement)
Paramètres
- advertisement
- BluetoothLEAdvertisement
Publicité Bluetooth LE à publier.
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|
Remarques
Des restrictions de stratégie supplémentaires s’appliquent à certains types de données réservés par le système qui ne peuvent pas être publiés à l’aide de BluetoothLEAdvertisementPublisher. La publicité contenant ces types de données est rejetée et une exception est levée lorsque la méthode Start est appelée.