NetBurner 3.5.0
PDF Version
 
Command Processor Response Codes

Macros

#define CMD_OK   (0)
 Function was excecuted properly.
 
#define CMD_CLOSE   (1)
 Connection closed.
 
#define CMD_FAIL   (2)
 General function failed.
 
#define CMD_AUTH_FAIL   (3)
 Authorization failed.
 
#define CMD_TO_MANY_FDS   (4)
 Too many file descriptors currently in use.
 
#define CMD_FAILED_SSH_KEY_GEN   (5)
 Unable to correctly generate key needed for SSH connections.
 

Detailed Description

Valid return codes that can be returned by the NetBurner Command Processor functions.