Condividi tramite


BluetoothLEDevice.GetDeviceSelectorFromDeviceName(String) Metodo

Definizione

Crea una stringa di filtro AQS (Advanced Query Syntax) che contiene una query per il nome del dispositivo Bluetooth LE. La stringa AQS viene passata al metodo CreateWatcher per restituire una raccolta di oggetti DeviceInformation contenenti il nome del dispositivo Bluetooth LE specificato.

public:
 static Platform::String ^ GetDeviceSelectorFromDeviceName(Platform::String ^ deviceName);
 static winrt::hstring GetDeviceSelectorFromDeviceName(winrt::hstring const& deviceName);
public static string GetDeviceSelectorFromDeviceName(string deviceName);
function getDeviceSelectorFromDeviceName(deviceName)
Public Shared Function GetDeviceSelectorFromDeviceName (deviceName As String) As String

Parametri

deviceName
String

Platform::String

winrt::hstring

Nome del dispositivo Bluetooth LE usato per costruire la stringa AQS.

Restituisce

String

Platform::String

winrt::hstring

Stringa AQS passata come parametro al metodo CreateWatcher .

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v2.0)
Funzionalità dell'app
bluetooth

Si applica a