ProviderI2cConnectionSettings.BusSpeed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the bus speed to use for connecting to an inter-integrated circuit (I2 C) device. The bus speed is the frequency at which to clock the I2 C bus when accessing the device.
public:
property ProviderI2cBusSpeed BusSpeed { ProviderI2cBusSpeed get(); void set(ProviderI2cBusSpeed value); };
ProviderI2cBusSpeed BusSpeed();
void BusSpeed(ProviderI2cBusSpeed value);
public ProviderI2cBusSpeed BusSpeed { get; set; }
var providerI2cBusSpeed = providerI2cConnectionSettings.busSpeed;
providerI2cConnectionSettings.busSpeed = providerI2cBusSpeed;
Public Property BusSpeed As ProviderI2cBusSpeed
Property Value
The bus speed to use for connecting to an I2 C device.