class I2CReadParameter

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.
device_addressintI2C device addressYou can manipulate the field device_address as if it were a regular field. To clear the value of device_address and reset it to the default value for its type, you call the ClearField() method of the Message interface.
sizeintI2C number of bytes to read (max 128 bytes)You can manipulate the field size as if it were a regular field. To clear the value of size and reset it to the default value for its type, you call the ClearField() method of the Message interface.
timeoutintRequest timeout in millisecondsYou can manipulate the field timeout as if it were a regular field. To clear the value of timeout and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: InterconnectConfig (Python)