I2cConnectionSettings(Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用匯流排速度和獨佔共用模式的標準模式預設設定,為整合式線路 (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。