Freigeben über


RfcommDeviceService.GetDeviceSelectorForBluetoothDevice Methode

Definition

Überlädt

GetDeviceSelectorForBluetoothDevice(BluetoothDevice, BluetoothCacheMode)

Ruft eine AQS-Zeichenfolge (Advanced Query Syntax) zum Identifizieren zwischengespeicherter Instanzen aller Rfcomm-Dienste auf einem Bluetooth-Remotegerät ab.

GetDeviceSelectorForBluetoothDevice(BluetoothDevice)

Ruft eine AQS-Zeichenfolge (Advanced Query Syntax) zum Identifizieren von Instanzen aller Rfcomm-Dienste auf einem Bluetooth-Remotegerät ab.

GetDeviceSelectorForBluetoothDevice(BluetoothDevice, BluetoothCacheMode)

Ruft eine AQS-Zeichenfolge (Advanced Query Syntax) zum Identifizieren zwischengespeicherter Instanzen aller Rfcomm-Dienste auf einem Bluetooth-Remotegerät ab.

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

Parameter

bluetoothDevice
BluetoothDevice

Das Bluetooth-Remotegerät.

cacheMode
BluetoothCacheMode

Der Cachemodus.

Gibt zurück

String

Platform::String

winrt::hstring

Die AQS-Zeichenfolge zum Identifizieren zwischengespeicherter Instanzen aller Rfcomm-Dienste auf einem Bluetooth-Remotegerät.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
bluetooth

Weitere Informationen

Gilt für:

GetDeviceSelectorForBluetoothDevice(BluetoothDevice)

Ruft eine AQS-Zeichenfolge (Advanced Query Syntax) zum Identifizieren von Instanzen aller Rfcomm-Dienste auf einem Bluetooth-Remotegerät ab.

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

Parameter

bluetoothDevice
BluetoothDevice

Das Bluetooth-Remotegerät.

Gibt zurück

String

Platform::String

winrt::hstring

Die AQS-Zeichenfolge zum Identifizieren von Instanzen aller Rfcomm-Dienste auf einem Bluetooth-Remotegerät.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
bluetooth

Weitere Informationen

Gilt für: