class I2CConfiguration

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
deviceintI2C device identificationYou can manipulate the field device as if it were a regular field. To clear the value of device and reset it to the default value for its type, you call the ClearField() method of the Message interface.
enabledboolTrue if I2C device is enabled, false otherwiseYou can manipulate the field enabled as if it were a regular field. To clear the value of enabled and reset it to the default value for its type, you call the ClearField() method of the Message interface.
modeintModeYou can manipulate the field mode as if it were a regular field. To clear the value of mode and reset it to the default value for its type, you call the ClearField() method of the Message interface.
addressingintAddressing modeYou can manipulate the field addressing as if it were a regular field. To clear the value of addressing and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: InterconnectConfig (Python)