Member values
Member name | Data type | Description |
---|---|---|
calibration_item | uint32 | Item to get status |
Member functions
Function name | Return type | Input type | Description |
---|---|---|---|
calibration_item() const | uint32 | void | Returns the current value of calibration_item. If the calibration_item is not set, returns 0. |
set_calibration_item() | void | uint32 | Sets the value of calibration_item. After calling this, calibration_item() will return value. |
clear_calibration_item() | void | void | Clears the value of calibration_item. After calling this, calibration_item() will return the empty string/empty bytes. |
Parent topic: DeviceConfig (C++)