GattDeviceService.GetDeviceSelectorForBluetoothDeviceIdAndUuid Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid) |
Erstellt eine geeignete AQS-Filterzeichenfolge für die Verwendung mit der CreateWatcher-Methode aus einer BluetoothDeviceId und serviceUuid. |
GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid, BluetoothCacheMode) |
Erstellt eine geeignete AQS-Filterzeichenfolge für die Verwendung mit der CreateWatcher-Methode aus einer BluetoothDeviceId und serviceUuid. |
GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid)
Erstellt eine geeignete AQS-Filterzeichenfolge für die Verwendung mit der CreateWatcher-Methode aus einer BluetoothDeviceId und 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
Parameter
- bluetoothDeviceId
- BluetoothDeviceId
Die Bluetooth-Geräte-ID.
- serviceUuid
-
Guid
Platform::Guid
winrt::guid
Die GATT-Dienst-ID.
Gibt zurück
Eine geeignete AQS-Auswahlzeichenfolge, die als Parameter an die CreateWatcher-Methode übergeben werden kann, um einen GATT-Dienst instance Pfad abzurufen.
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
|
App-Funktionen |
bluetooth
|
Gilt für:
GetDeviceSelectorForBluetoothDeviceIdAndUuid(BluetoothDeviceId, Guid, BluetoothCacheMode)
Erstellt eine geeignete AQS-Filterzeichenfolge für die Verwendung mit der CreateWatcher-Methode aus einer BluetoothDeviceId und 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
Parameter
- bluetoothDeviceId
- BluetoothDeviceId
Die Bluetooth-Geräte-ID.
- serviceUuid
-
Guid
Platform::Guid
winrt::guid
Die GATT-Dienst-ID.
- cacheMode
- BluetoothCacheMode
Der Cachemodus.
Gibt zurück
Eine geeignete AQS-Auswahlzeichenfolge, die als Parameter an die CreateWatcher-Methode übergeben werden kann, um einen GATT-Dienst instance Pfad abzurufen.
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
|
App-Funktionen |
bluetooth
|