GattDeviceService.GetDeviceSelectorForBluetoothDeviceId メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
キャッシュ モード。
戻り値
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。
戻り値
GATT サービス インスタンス パスを取得するために、 CreateWatcher メソッドにパラメーターとして渡すことができる適切な AQS セレクター文字列
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|
アプリの機能 |
bluetooth
|