RfcommDeviceService.GetDeviceSelectorForBluetoothDevice Metodo
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
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
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
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
|