共用方式為


I2cConnectionSettings(Int32) 建構函式

定義

使用匯流排速度和獨佔共用模式的標準模式預設設定,為整合式線路 (I2 C) 裝置建立並初始化 I2cConnectionSettings 類別的新實例。

public:
 I2cConnectionSettings(int slaveAddress);
 I2cConnectionSettings(int const& slaveAddress);
public I2cConnectionSettings(int slaveAddress);
function I2cConnectionSettings(slaveAddress)
Public Sub New (slaveAddress As Integer)

參數

slaveAddress
Int32

int

應該套用 I2cConnectionSettings 設定的整合式線路 (I2 C) 裝置的匯流排位址。 僅支援 7 位定址,因此有效的值範圍是從 8 到 119。

適用於

另請參閱