Partager via


RfcommDeviceService.GetDeviceSelectorForBluetoothDevice Méthode

Définition

Surcharges

GetDeviceSelectorForBluetoothDevice(BluetoothDevice, BluetoothCacheMode)

Obtient une chaîne AQS (Advanced Query Syntax) pour identifier les instances mises en cache de tous les services Rfcomm sur un appareil Bluetooth distant.

GetDeviceSelectorForBluetoothDevice(BluetoothDevice)

Obtient une chaîne AQS (Advanced Query Syntax) pour identifier les instances de tous les services Rfcomm sur un appareil Bluetooth distant.

GetDeviceSelectorForBluetoothDevice(BluetoothDevice, BluetoothCacheMode)

Obtient une chaîne AQS (Advanced Query Syntax) pour identifier les instances mises en cache de tous les services Rfcomm sur un appareil Bluetooth distant.

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

Paramètres

bluetoothDevice
BluetoothDevice

Périphérique Bluetooth distant.

cacheMode
BluetoothCacheMode

Mode cache.

Retours

String

Platform::String

winrt::hstring

Chaîne AQS permettant d’identifier les instances mises en cache de tous les services Rfcomm sur un appareil Bluetooth distant.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
Fonctionnalités de l’application
bluetooth

Voir aussi

S’applique à

GetDeviceSelectorForBluetoothDevice(BluetoothDevice)

Obtient une chaîne AQS (Advanced Query Syntax) pour identifier les instances de tous les services Rfcomm sur un appareil Bluetooth distant.

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

Paramètres

bluetoothDevice
BluetoothDevice

Périphérique Bluetooth distant.

Retours

String

Platform::String

winrt::hstring

Chaîne AQS permettant d’identifier les instances de tous les services Rfcomm sur un appareil Bluetooth distant.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
Fonctionnalités de l’application
bluetooth

Voir aussi

S’applique à