![]() |
Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
|
Entry in a lookup table of status messages. More...
#include <Command.h>
Collaboration diagram for blfwk::StatusMessageTableEntry:Public Attributes | |
| int32_t | status |
| Status code value. | |
| const std::string | message |
| Description of the status. | |
Entry in a lookup table of status messages.
This struct maps a status value to a description of that status.
| const std::string blfwk::StatusMessageTableEntry::message |
Description of the status.
| int32_t blfwk::StatusMessageTableEntry::status |
Status code value.