RfcommDeviceService.GetDeviceSelectorForBluetoothDevice メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetDeviceSelectorForBluetoothDevice(BluetoothDevice, BluetoothCacheMode) |
リモート Bluetooth デバイス上のすべての Rfcomm サービスのキャッシュされたインスタンスを識別するための高度なクエリ構文 (AQS) 文字列を取得します。 |
GetDeviceSelectorForBluetoothDevice(BluetoothDevice) |
リモート Bluetooth デバイス上のすべての Rfcomm サービスのインスタンスを識別するための高度なクエリ構文 (AQS) 文字列を取得します。 |
GetDeviceSelectorForBluetoothDevice(BluetoothDevice, BluetoothCacheMode)
リモート Bluetooth デバイス上のすべての Rfcomm サービスのキャッシュされたインスタンスを識別するための高度なクエリ構文 (AQS) 文字列を取得します。
public:
static Platform::String ^ GetDeviceSelectorForBluetoothDevice(BluetoothDevice ^ bluetoothDevice, BluetoothCacheMode cacheMode);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceWithCacheMode")]
static winrt::hstring GetDeviceSelectorForBluetoothDevice(BluetoothDevice const& bluetoothDevice, BluetoothCacheMode const& cacheMode);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDeviceWithCacheMode")]
public static string GetDeviceSelectorForBluetoothDevice(BluetoothDevice bluetoothDevice, BluetoothCacheMode cacheMode);
function getDeviceSelectorForBluetoothDevice(bluetoothDevice, cacheMode)
Public Shared Function GetDeviceSelectorForBluetoothDevice (bluetoothDevice As BluetoothDevice, cacheMode As BluetoothCacheMode) As String
パラメーター
- bluetoothDevice
- BluetoothDevice
リモート Bluetooth デバイス。
- cacheMode
- BluetoothCacheMode
キャッシュ モード。
戻り値
リモート Bluetooth デバイス上のすべての Rfcomm サービスのキャッシュされたインスタンスを識別するための AQS 文字列。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Anniversary Edition (10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0 で導入)
|
アプリの機能 |
bluetooth
|
こちらもご覧ください
適用対象
GetDeviceSelectorForBluetoothDevice(BluetoothDevice)
リモート Bluetooth デバイス上のすべての Rfcomm サービスのインスタンスを識別するための高度なクエリ構文 (AQS) 文字列を取得します。
public:
static Platform::String ^ GetDeviceSelectorForBluetoothDevice(BluetoothDevice ^ bluetoothDevice);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDevice")]
static winrt::hstring GetDeviceSelectorForBluetoothDevice(BluetoothDevice const& bluetoothDevice);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorForBluetoothDevice")]
public static string GetDeviceSelectorForBluetoothDevice(BluetoothDevice bluetoothDevice);
function getDeviceSelectorForBluetoothDevice(bluetoothDevice)
Public Shared Function GetDeviceSelectorForBluetoothDevice (bluetoothDevice As BluetoothDevice) As String
パラメーター
- bluetoothDevice
- BluetoothDevice
リモート Bluetooth デバイス。
戻り値
リモート Bluetooth デバイス上のすべての Rfcomm サービスのインスタンスを識別するための AQS 文字列。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Anniversary Edition (10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0 で導入)
|
アプリの機能 |
bluetooth
|