次の方法で共有


GattDeviceService.GetDeviceSelectorForBluetoothDeviceId メソッド

定義

オーバーロード

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId, BluetoothCacheMode)

BluetoothDeviceId から CreateWatcher メソッドで使用するための適切な AQS フィルター文字列を作成します。

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId)

BluetoothDeviceId から CreateWatcher メソッドで使用するための適切な AQS フィルター文字列を作成します。

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId, BluetoothCacheMode)

BluetoothDeviceId から CreateWatcher メソッドで使用するための適切な AQS フィルター文字列を作成します。

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

パラメーター

bluetoothDeviceId
BluetoothDeviceId

bluetooth デバイス ID。

cacheMode
BluetoothCacheMode

キャッシュ モード。

戻り値

String

Platform::String

winrt::hstring

GATT サービス インスタンス パスを取得するために、 CreateWatcher メソッドにパラメーターとして渡すことができる適切な AQS セレクター文字列

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
bluetooth

適用対象

GetDeviceSelectorForBluetoothDeviceId(BluetoothDeviceId)

BluetoothDeviceId から CreateWatcher メソッドで使用するための適切な AQS フィルター文字列を作成します。

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

パラメーター

bluetoothDeviceId
BluetoothDeviceId

bluetooth デバイス ID。

戻り値

String

Platform::String

winrt::hstring

GATT サービス インスタンス パスを取得するために、 CreateWatcher メソッドにパラメーターとして渡すことができる適切な AQS セレクター文字列

属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
bluetooth

適用対象