This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | XETPAN_DIR_SEPARATOR_S "/" |
#define | XETPAN_DIR_SEPARATOR_C '/' |
#define | XETPAN_NO_ERR 0 |
Success return value. | |
#define | XETPAN_ERR -1 |
Some error occured. | |
#define | XETPAN_ERR_MSG_TOO_LONG -2 |
Remote command too long. | |
#define | XETPAN_ERR_SOCK_WR -3 |
Socket write error. | |
#define | XETPAN_ERR_SOCK_RD -4 |
Socket read error. | |
#define | XETPAN_ERR_UNKNWN_CMD -5 |
Unknown remote command. | |
#define | XETPAN_REMOTE_CLIENT -6 |
Remote client. | |
Enumerations | |
enum | { XETPAN_INFO_MESSAGE, XETPAN_WARNING_MESSAGE, XETPAN_ERROR_MESSAGE } |
|
|
|
|
|
Some error occured.
|
|
Remote command too long.
|
|
Socket read error.
|
|
Socket write error.
|
|
Unknown remote command.
|
|
Success return value.
|
|
Remote client. Do not * close connection |
|
|