#include "isisserver.h"
Functions | |
| int | isisCommand (char *cmdStr, char *replyStr) |
| Process an ISIS server command. | |
| int | serverInfo (char *replyStr) |
| Report consise server status as an IMPv2-compliant message. | |
| void | printHelp () |
| Print a quick summary of ISIS server commands to the console. | |
| void | printInfo () |
| Report detailed server info on server console (stdout). | |
| void | portInfo (char *replyStr) |
| Create a string with the server's serial port table info. | |
These functions are used for processing ISIS server commands.
... more to come ...
|
||||||||||||
|
Process an ISIS server command.
|
|
|
Report consise server status as an IMPv2-compliant message.
|
|
|
Print a quick summary of ISIS server commands to the console. Prints the current command list to the console intended as an aide-memoire, not a proper help utility. Don't expect much from it (besides, the command set is SMALL, that's the idea). |
|
|
Report detailed server info on server console (stdout). printInfo() makes a detailed, formatted report of the current server status on stdout. For generic, concise info services, see serverInfo(). |
|
|
Create a string with the server's serial port table info.
|
1.3.9.1