|
FireSync API
|
Represents the mode by which a node's program was loaded.
Public Member Functions | |
| kStatus | kBootMode_Format (kBootMode mode, kChar *text, kSize capacity) |
| Formats a kBootMode value to a string buffer. More... | |
Related | |
| #define | kBOOT_MODE_NULL |
| Program loading method unknown. | |
| #define | kBOOT_MODE_NORMAL |
| Program was loaded normally by bootloader. | |
| #define | kBOOT_MODE_RESCUE |
| Program was loaded by bootloader under rescue conditions. | |
| #define | kBOOT_MODE_NETWORK |
| Program was loaded from network. | |
| #define | kBOOT_MODE_DEBUGGER |
| Program was loaded directly via hardware debug emulator. | |
| #define | kBOOT_MODE_FALLBACK |
| Program is the boot loader, operating in fallback mode. | |