I2cDevice.GetDeviceSelector メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetDeviceSelector() |
システム上のすべての統合回線 (I2 C) バス コントローラーの高度なクエリ構文 (AQS) 文字列を取得します。 この文字列を DeviceInformation.FindAllAsync メソッドと共に使用して、それらのバス コントローラーの DeviceInformation オブジェクトを取得できます。 |
GetDeviceSelector(String) |
指定したフレンドリ名を持つ統合間回線 (I2 C) バスの高度なクエリ構文 (AQS) 文字列を取得します。 この文字列を DeviceInformation.FindAllAsync メソッドと共に使用して、そのバスの DeviceInformation オブジェクトを取得できます。 |
GetDeviceSelector()
システム上のすべての統合回線 (I2 C) バス コントローラーの高度なクエリ構文 (AQS) 文字列を取得します。 この文字列を DeviceInformation.FindAllAsync メソッドと共に使用して、それらのバス コントローラーの DeviceInformation オブジェクトを取得できます。
public:
static Platform::String ^ GetDeviceSelector();
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
static winrt::hstring GetDeviceSelector();
[Windows.Foundation.Metadata.Overload("GetDeviceSelector")]
public static string GetDeviceSelector();
function getDeviceSelector()
Public Shared Function GetDeviceSelector () As String
戻り値
システム上のすべての I2 C バス コントローラーの AQS 文字列。これらのバス コントローラーの DeviceInformation オブジェクトを取得するために DeviceInformation.FindAllAsync メソッドと共に使用できます。
- 属性
こちらもご覧ください
適用対象
GetDeviceSelector(String)
指定したフレンドリ名を持つ統合間回線 (I2 C) バスの高度なクエリ構文 (AQS) 文字列を取得します。 この文字列を DeviceInformation.FindAllAsync メソッドと共に使用して、そのバスの DeviceInformation オブジェクトを取得できます。
public:
static Platform::String ^ GetDeviceSelector(Platform::String ^ friendlyName);
/// [Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromFriendlyName")]
static winrt::hstring GetDeviceSelector(winrt::hstring const& friendlyName);
[Windows.Foundation.Metadata.Overload("GetDeviceSelectorFromFriendlyName")]
public static string GetDeviceSelector(string friendlyName);
function getDeviceSelector(friendlyName)
Public Shared Function GetDeviceSelector (friendlyName As String) As String
パラメーター
- friendlyName
-
String
Platform::String
winrt::hstring
AQS 文字列を取得する特定のハードウェア プラットフォーム上の特定の I2 C バスのフレンドリ名。
戻り値
friendlyName が指定する I2 C バスの AQS 文字列。この文字列は、DeviceInformation.FindAllAsync メソッドと共に使用して、そのバスの DeviceInformation オブジェクトを取得できます。
- 属性
こちらもご覧ください
- GetDeviceSelector()
- FindAllAsync(String)
- FromIdAsync(String, I2cConnectionSettings)
- GetDeviceSelector(String)