Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 801 Bytes

File metadata and controls

18 lines (12 loc) · 801 Bytes

class BootloaderVersion

Member values

Member name Data type Description
bootloader_version uint32 Bootloader version

Member functions

Function name Return type Input type Description
bootloader_version() uint32 void Returns the current value of bootloader_version. If the bootloader_version is not set, returns 0.
set_bootloader_version() void uint32 Sets the value of bootloader_version. After calling this, bootloader_version() will return value.
clear_bootloader_version() void void Clears the value of bootloader_version. After calling this, bootloader_version() will return 0.

Parent topic: DeviceConfig (C++)