次の方法で共有


I2cConnectionSettings(Int32, Int32) コンストラクター

定義

I2cConnectionSettings クラスの新しいインスタンスを初期化します。

public I2cConnectionSettings (int busId, int deviceAddress);
new System.Device.I2c.I2cConnectionSettings : int * int -> System.Device.I2c.I2cConnectionSettings
Public Sub New (busId As Integer, deviceAddress As Integer)

パラメーター

busId
Int32

I2C デバイスが接続されているバス ID。

deviceAddress
Int32

I2C デバイスのバス アドレス。

適用対象