BluetoothAdapter.IsExtendedAdvertisingSupported Proprietà
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.
Indica se l'adattatore supporta il formato Extended Advertising 5.0.
public:
property bool IsExtendedAdvertisingSupported { bool get(); };
bool IsExtendedAdvertisingSupported();
public bool IsExtendedAdvertisingSupported { get; }
var boolean = bluetoothAdapter.isExtendedAdvertisingSupported;
Public ReadOnly Property IsExtendedAdvertisingSupported As Boolean
Valore della proprietà
Boolean
bool
Indica se gli annunci estesi sono supportati in questo adattatore.
Requisiti Windows
Famiglia di dispositivi |
Windows 10, version 2004 (è stato introdotto in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v10.0)
|
Commenti
Il formato Annuncio esteso consente un'ulteriore personalizzazione dell'intestazione della pubblicità. Per altre informazioni, vedere le API correlate.
Si applica a
Vedi anche
- <xref:Windows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisher.UseExtendedAdvertisement%0a%0aP%3aWindows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisher.IncludeTransmitPowerLevel%0a%0aP%3aWindows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisher.PreferredTransmitPowerLevelInDBm%0a%0aP%3aWindows.Devices.Bluetooth.Advertisement.BluetoothLEAdvertisementPublisher.IsAnonymous>