BluetoothLEAdvertisementPublisher Constructeurs

Définition

Surcharges

BluetoothLEAdvertisementPublisher()

Crée un objet BluetoothLEAdvertisementPublisher .

BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)

Crée un objet BluetoothLEAdvertisementPublisher avec la publicité Bluetooth LE à publier.

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.

Voir aussi

S’applique à