#include "config.h"


Go to the source code of this file.
Defines | |
| #define | TCLinkHandle void * |
| #define | PARAM_MAX_LEN 256 |
Functions | |
| TCLinkHandle | TCLinkCreate () |
| void | TCLinkPushParam (TCLinkHandle handle, const char *name, const char *value) |
| void | TCLinkSend (TCLinkHandle handle) |
| char * | TCLinkGetResponse (TCLinkHandle handle, const char *name, char *value) |
| char * | TCLinkGetEntireResponse (TCLinkHandle handle, char *buf, int size) |
| void | TCLinkDestroy (TCLinkHandle handle) |
| char * | TCLinkGetVersion (char *buf) |
| TCLinkHandle TCLinkCreate | ( | ) |
Definition at line 758 of file log-tclink.c.
| void TCLinkDestroy | ( | TCLinkHandle | handle | ) |
Definition at line 958 of file log-tclink.c.
| char* TCLinkGetEntireResponse | ( | TCLinkHandle | handle, | |
| char * | buf, | |||
| int | size | |||
| ) |
Definition at line 942 of file log-tclink.c.
| char* TCLinkGetResponse | ( | TCLinkHandle | handle, | |
| const char * | name, | |||
| char * | value | |||
| ) |
Definition at line 916 of file log-tclink.c.
| char* TCLinkGetVersion | ( | char * | buf | ) |
Definition at line 976 of file log-tclink.c.
| void TCLinkPushParam | ( | TCLinkHandle | handle, | |
| const char * | name, | |||
| const char * | value | |||
| ) |
Definition at line 783 of file log-tclink.c.
| void TCLinkSend | ( | TCLinkHandle | handle | ) |
Definition at line 812 of file log-tclink.c.
1.5.5