1.1.3.6. cli.cmd_bootloader.bootloader_can_messages

This file contains all enums of CAN messages and functions to get specfied can messages in dict. The members of the Enum classes that end with ‘Str’ have the string type of value.

Functions

extract_enum_from_dbc_file(enum_name[, dbc_file])

Extract enum from the dbc file.

Classes

AcknowledgeFlag(value[, names, module, ...])

AcknowledgeMessage(value[, names, module, ...])

AcknowledgeMessageType

This class specify the type of the received acknowledge message.

BootFsmState(value[, names, module, ...])

BootloaderFsmStatesType

This class specify the type of the bootloader FSM states.

BootloaderVersionInfoType

This class specify the type of the received bootloader version info message.

CanFsmState(value[, names, module, ...])

DataTransferInfoType

This class specify the type of the received data transfer info message.

Messages([dbc_file])

This class provides the methods to get valid messages

RequestCode

alias of RequestCode8Bits

StatusCode(value[, names, module, qualname, ...])

YesNoAnswer(value[, names, module, ...])