#include <system.h>
Data Fields | |
| uint8_t | flags |
| struct { | |
| uint8_t noargs:1 | |
| Command does not handle arguments. More... | |
| uint8_t allow_blocking:1 | |
| Command can be executed when blocking event is active. More... | |
| uint8_t help_fn:1 | |
| Command help is dynamic (output is via function call). More... | |
| uint8_t allow_redirect:1 | |
| Command output can be to other other streams than the current. More... | |
| uint8_t unused:4 | |
| }; | |
| struct { ... } |
| uint8_t allow_blocking |
Command can be executed when blocking event is active.
| uint8_t allow_redirect |
Command output can be to other other streams than the current.
| uint8_t flags |
| uint8_t help_fn |
Command help is dynamic (output is via function call).
| uint8_t noargs |
Command does not handle arguments.
| uint8_t unused |