GBL bootloader tag type.

Public Attributes#

Tag ID and length.

uint32_t

Version number of the bootloader.

uint32_t

Address of the bootloader.

uint8_t *

Array of data for bootloader upgrade.

Public Attribute Documentation#

header#

GblTagHeader_t GblBootloader_t::header

Tag ID and length.


bootloaderVersion#

uint32_t GblBootloader_t::bootloaderVersion

Version number of the bootloader.


address#

uint32_t GblBootloader_t::address

Address of the bootloader.


data#

uint8_t* GblBootloader_t::data

Array of data for bootloader upgrade.