RfcommDeviceService.GetDeviceSelectorForBluetoothDevice Metodo

Definizione

Overload

GetDeviceSelectorForBluetoothDevice(BluetoothDevice, BluetoothCacheMode)

Ottiene una stringa AQS (Advanced Query Syntax) per identificare le istanze memorizzate nella cache di tutti i servizi Rfcomm in un dispositivo Bluetooth remoto.

GetDeviceSelectorForBluetoothDevice(BluetoothDevice)

Ottiene una stringa AQS (Advanced Query Syntax) per identificare le istanze di tutti i servizi Rfcomm in un dispositivo Bluetooth remoto.

GetDeviceSelectorForBluetoothDevice(BluetoothDevice, BluetoothCacheMode)

Ottiene una stringa AQS (Advanced Query Syntax) per identificare le istanze memorizzate nella cache di tutti i servizi Rfcomm in un dispositivo Bluetooth remoto.

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDevice(BluetoothDevice ^ bluetoothDevice, BluetoothCacheMode cacheMode);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceWithCacheMode")]
 static winrt::hstring GetDeviceSelectorForBluetoothDevice(BluetoothDevice const& bluetoothDevice, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceWithCacheMode")]
public static string GetDeviceSelectorForBluetoothDevice(BluetoothDevice bluetoothDevice, BluetoothCacheMode cacheMode);
function getDeviceSelectorForBluetoothDevice(bluetoothDevice, cacheMode)
Public Shared Function GetDeviceSelectorForBluetoothDevice (bluetoothDevice As BluetoothDevice, cacheMode As BluetoothCacheMode) As String

Parametri

bluetoothDevice
BluetoothDevice

Dispositivo Bluetooth remoto.

cacheMode
BluetoothCacheMode

Modalità cache.

Restituisce

String

Platform::String

winrt::hstring

Stringa AQS per identificare le istanze memorizzate nella cache di tutti i servizi Rfcomm in un dispositivo Bluetooth remoto.

Attributi

Requisiti Windows

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

Vedi anche

Si applica a

GetDeviceSelectorForBluetoothDevice(BluetoothDevice)

Ottiene una stringa AQS (Advanced Query Syntax) per identificare le istanze di tutti i servizi Rfcomm in un dispositivo Bluetooth remoto.

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDevice(BluetoothDevice ^ bluetoothDevice);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDevice")]
 static winrt::hstring GetDeviceSelectorForBluetoothDevice(BluetoothDevice const& bluetoothDevice);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDevice")]
public static string GetDeviceSelectorForBluetoothDevice(BluetoothDevice bluetoothDevice);
function getDeviceSelectorForBluetoothDevice(bluetoothDevice)
Public Shared Function GetDeviceSelectorForBluetoothDevice (bluetoothDevice As BluetoothDevice) As String

Parametri

bluetoothDevice
BluetoothDevice

Dispositivo Bluetooth remoto.

Restituisce

String

Platform::String

winrt::hstring

Stringa AQS per identificare le istanze di tutti i servizi Rfcomm in un dispositivo Bluetooth remoto.

Attributi

Requisiti Windows

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

Vedi anche

Si applica a