Compartir a través de


GattDeviceService.GetDeviceSelectorForBluetoothDeviceId Método

Definición

Sobrecargas

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId, BluetoothCacheMode)

Crea una cadena de filtro de AQS adecuada para su uso con el método CreateWatcher , a partir de un BluetoothDeviceId.

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId)

Crea una cadena de filtro de AQS adecuada para su uso con el método CreateWatcher , a partir de un BluetoothDeviceId.

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId, BluetoothCacheMode)

Crea una cadena de filtro de AQS adecuada para su uso con el método CreateWatcher , a partir de un BluetoothDeviceId.

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId ^ bluetoothDeviceId, BluetoothCacheMode cacheMode);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdWithCacheMode")]
 static winrt::hstring GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId const& bluetoothDeviceId, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdWithCacheMode")]
public static string GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId bluetoothDeviceId, BluetoothCacheMode cacheMode);
function getDeviceSelectorForBluetoothDeviceId(bluetoothDeviceId, cacheMode)
Public Shared Function GetDeviceSelectorForBluetoothDeviceId (bluetoothDeviceId As BluetoothDeviceId, cacheMode As BluetoothCacheMode) As String

Parámetros

bluetoothDeviceId
BluetoothDeviceId

Identificador del dispositivo Bluetooth.

cacheMode
BluetoothCacheMode

Modo de caché.

Devoluciones

String

Platform::String

winrt::hstring

Una cadena de selector de AQS adecuada que se puede pasar como parámetro al método CreateWatcher para recuperar una ruta de acceso de la instancia del servicio GATT

Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 Creators Update (se introdujo en la versión 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v4.0)
Características de aplicaciones
bluetooth

Se aplica a

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId)

Crea una cadena de filtro de AQS adecuada para su uso con el método CreateWatcher , a partir de un BluetoothDeviceId.

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId ^ bluetoothDeviceId);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceId")]
 static winrt::hstring GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId const& bluetoothDeviceId);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceId")]
public static string GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId bluetoothDeviceId);
function getDeviceSelectorForBluetoothDeviceId(bluetoothDeviceId)
Public Shared Function GetDeviceSelectorForBluetoothDeviceId (bluetoothDeviceId As BluetoothDeviceId) As String

Parámetros

bluetoothDeviceId
BluetoothDeviceId

Identificador del dispositivo Bluetooth.

Devoluciones

String

Platform::String

winrt::hstring

Una cadena de selector de AQS adecuada que se puede pasar como parámetro al método CreateWatcher para recuperar una ruta de acceso de la instancia del servicio GATT

Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 Creators Update (se introdujo en la versión 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v4.0)
Características de aplicaciones
bluetooth

Se aplica a