I2cController.GetDevice(I2cConnectionSettings) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した設定の I2 C デバイスを取得します。
public:
virtual I2cDevice ^ GetDevice(I2cConnectionSettings ^ settings) = GetDevice;
I2cDevice GetDevice(I2cConnectionSettings const& settings);
public I2cDevice GetDevice(I2cConnectionSettings settings);
function getDevice(settings)
Public Function GetDevice (settings As I2cConnectionSettings) As I2cDevice
パラメーター
- settings
- I2cConnectionSettings
目的の接続設定。
戻り値
I2 C デバイス。