|
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 (0x0) |
| Program loading method unknown. | |
| #define | kBOOT_MODE_NORMAL (0x1) |
| Program was loaded normally by bootloader. | |
| #define | kBOOT_MODE_RESCUE (0x2) |
| Program was loaded by bootloader under rescue conditions. | |
| #define | kBOOT_MODE_NETWORK (0x4) |
| Program was loaded from network. | |
| #define | kBOOT_MODE_DEBUGGER (0x8) |
| Program was loaded directly via hardware debug emulator. | |
| #define | kBOOT_MODE_FALLBACK (0x10) |
| Program is the boot loader, operating in fallback mode. | |