Member values
Member name | Data type | Description |
---|---|---|
firmware_version | uint32 | Firmware version |
Member functions
Function name | Return type | Input type | Description |
---|---|---|---|
firmware_version() | uint32 | void | Returns the current value of firmware_version. If the firmware_version is not set, returns 0. |
set_firmware_version() | void | uint32 | Sets the value of firmware_version. After calling this, firmware_version() will return value. |
clear_firmware_version() | void | void | Clears the value of firmware_version. After calling this, firmware_version() will return 0. |
Parent topic: DeviceConfig (C++)