I2cConnectionSettings.BusSpeed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用於連線到內部電路 (I2 C) 裝置的匯流排速度。 匯流排速度是存取裝置時,要時鐘 I2 C 匯流排的頻率。
public:
property I2cBusSpeed BusSpeed { I2cBusSpeed get(); void set(I2cBusSpeed value); };
I2cBusSpeed BusSpeed();
void BusSpeed(I2cBusSpeed value);
public I2cBusSpeed BusSpeed { get; set; }
var i2cBusSpeed = i2cConnectionSettings.busSpeed;
i2cConnectionSettings.busSpeed = i2cBusSpeed;
Public Property BusSpeed As I2cBusSpeed
屬性值
用於連線到 I2 C 裝置的匯流排速度。