Compartir a través de


GattDeviceService.GetDeviceSelectorForBluetoothDeviceIdAndUuid Método

Definición

Sobrecargas

GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid)

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

GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid, BluetoothCacheMode)

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

GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid)

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

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId ^ bluetoothDeviceId, Platform::Guid serviceUuid);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdAndUuid")]
 static winrt::hstring GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId const& bluetoothDeviceId, winrt::guid const& serviceUuid);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdAndUuid")]
public static string GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId bluetoothDeviceId, Guid serviceUuid);
function getDeviceSelectorForBluetoothDeviceIdAndUuid(bluetoothDeviceId, serviceUuid)
Public Shared Function GetDeviceSelectorForBluetoothDeviceIdAndUuid (bluetoothDeviceId As BluetoothDeviceId, serviceUuid As Guid) As String

Parámetros

bluetoothDeviceId
BluetoothDeviceId

El identificador del dispositivo Bluetooth.

serviceUuid
Guid

Platform::Guid

winrt::guid

Identificador del servicio GATT.

Devoluciones

String

Platform::String

winrt::hstring

Cadena de selector de AQS adecuada que se puede pasar como parámetro al método CreateWatcher para recuperar una ruta de acceso de instancia de 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

GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid, BluetoothCacheMode)

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

public:
 static Platform::String ^ GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId ^ bluetoothDeviceId, Platform::Guid serviceUuid, BluetoothCacheMode cacheMode);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdAndUuidWithCacheMode")]
 static winrt::hstring GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId const& bluetoothDeviceId, winrt::guid const& serviceUuid, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceIdAndUuidWithCacheMode")]
public static string GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId bluetoothDeviceId, Guid serviceUuid, BluetoothCacheMode cacheMode);
function getDeviceSelectorForBluetoothDeviceIdAndUuid(bluetoothDeviceId, serviceUuid, cacheMode)
Public Shared Function GetDeviceSelectorForBluetoothDeviceIdAndUuid (bluetoothDeviceId As BluetoothDeviceId, serviceUuid As Guid, cacheMode As BluetoothCacheMode) As String

Parámetros

bluetoothDeviceId
BluetoothDeviceId

El identificador del dispositivo Bluetooth.

serviceUuid
Guid

Platform::Guid

winrt::guid

Identificador del servicio GATT.

cacheMode
BluetoothCacheMode

Modo de caché.

Devoluciones

String

Platform::String

winrt::hstring

Cadena de selector de AQS adecuada que se puede pasar como parámetro al método CreateWatcher para recuperar una ruta de acceso de instancia de 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