Freigeben über


RfcommDeviceService.GetDeviceSelectorForBluetoothDeviceAndServiceId Methode

Definition

Überlädt

GetDeviceSelectorForBluetoothDeviceAndServiceId(BluetoothDevice, RfcommServiceId)

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

GetDeviceSelectorForBluetoothDeviceAndServiceId(BluetoothDevice, RfcommServiceId, BluetoothCacheMode)

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

GetDeviceSelectorForBluetoothDeviceAndServiceId(BluetoothDevice, RfcommServiceId)

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

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

Parameter

bluetoothDevice
BluetoothDevice

Das Bluetooth-Remotegerät.

serviceId
RfcommServiceId

Die Dienst-ID.

Gibt zurück

String

Platform::String

winrt::hstring

Die AQS-Zeichenfolge zum Identifizieren von Instanzen von Rfcomm-Diensten.

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:

GetDeviceSelectorForBluetoothDeviceAndServiceId(BluetoothDevice, RfcommServiceId, BluetoothCacheMode)

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

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

Parameter

bluetoothDevice
BluetoothDevice

Das Bluetooth-Remotegerät.

serviceId
RfcommServiceId

Die Dienst-ID.

cacheMode
BluetoothCacheMode

Der Cachemodus.

Gibt zurück

String

Platform::String

winrt::hstring

Die AQS-Zeichenfolge zum Identifizieren von Instanzen von Rfcomm-Diensten.

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: