Command line service API
The API of the command line service consists of nanoservices in the SYSTEM namespace. The command line service itself runs on each node as it is part of the kernel.
Record | Description |
---|---|
CRecordCliAddHandler | The message adds a handler for one or more console commands. The message is sent by you to the local command line service to add commands to the command line. |
CRecordCliRemoveHandler | The message removes a handler for one or more console commands. The message is sent by you to the local command line service to remove commands from the command line. |
CRecordCliHandle | This message is sent to registered console handlers when the user enters a registered command in the console. |
CRecordCliAttachDisplay | The message is sent from a display target to the command line handler to direct the output of the command handler service to this display. It is only used by you when you are implementing a specific display. |
CRecordCliGetHelp | This message is sent from the console display target to the console service to obtain help output for the registered commands. It is only used by you when you are implementing a specific display. |