BluetoothLEAdvertisementPublisher 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
BluetoothLEAdvertisementPublisher() |
Crea un nuovo oggetto BluetoothLEAdvertisementPublisher . |
BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement) |
Crea un nuovo oggetto BluetoothLEAdvertisementPublisher con l'annuncio Bluetooth LE da pubblicare. |
BluetoothLEAdvertisementPublisher()
Crea un nuovo oggetto BluetoothLEAdvertisementPublisher .
public:
BluetoothLEAdvertisementPublisher();
BluetoothLEAdvertisementPublisher();
public BluetoothLEAdvertisementPublisher();
function BluetoothLEAdvertisementPublisher()
Public Sub New ()
Requisiti Windows
Funzionalità dell'app |
bluetooth
|
Vedi anche
Si applica a
BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)
Crea un nuovo oggetto BluetoothLEAdvertisementPublisher con l'annuncio Bluetooth LE da pubblicare.
public:
BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement ^ advertisement);
BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement const& advertisement);
public BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement advertisement);
function BluetoothLEAdvertisementPublisher(advertisement)
Public Sub New (advertisement As BluetoothLEAdvertisement)
Parametri
- advertisement
- BluetoothLEAdvertisement
Annuncio Bluetooth LE da pubblicare.
Requisiti Windows
Funzionalità dell'app |
bluetooth
|
Commenti
Esistono restrizioni aggiuntive sui criteri per determinati tipi di dati riservati dal sistema che non possono essere annunciati tramite BluetoothLEAdvertisementPublisher. L'annuncio contenente questi tipi di dati verrà rifiutato e verrà generata un'eccezione quando viene chiamato il metodo Start .