class I2CDeviceIdentification
August 13, 2019 ยท View on GitHub
Member values
| Member name | Data type | Description |
|---|---|---|
| device | uint32 | I2C device |
Member functions
| Function name | Return type | Input type | Description |
|---|---|---|---|
| device() const | uint32 | void | Returns the current value of device. If the device is not set, returns 0. |
| set_device() | void | uint32 | Sets the value of device. After calling this, device() will return value. |
| clear_device() | void | void | Clears the value of device. After calling this, device() will return the empty string/empty bytes. |
Parent topic: InterconnectConfig (C++)