class I2CDeviceIdentification

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
deviceuint32I2C device

Member functions

Function nameReturn typeInput typeDescription
device() constuint32voidReturns the current value of device. If the device is not set, returns 0.
set_device()voiduint32Sets the value of device. After calling this, device() will return value.
clear_device()voidvoidClears the value of device. After calling this, device() will return the empty string/empty bytes.

Parent topic: InterconnectConfig (C++)