include/tclink.h File Reference
#include "config.h"
Go to the source code of this file.
Define Documentation
| #define PARAM_MAX_LEN 256 |
| #define TCLinkHandle void * |
Function Documentation
| TCLinkHandle TCLinkCreate |
( |
|
) |
|
| void TCLinkDestroy |
( |
TCLinkHandle |
handle |
) |
|
| char* TCLinkGetEntireResponse |
( |
TCLinkHandle |
handle, |
|
|
char * |
buf, |
|
|
int |
size | |
|
) |
| | |
| char* TCLinkGetResponse |
( |
TCLinkHandle |
handle, |
|
|
const char * |
name, |
|
|
char * |
value | |
|
) |
| | |
| char* TCLinkGetVersion |
( |
char * |
buf |
) |
|
| void TCLinkPushParam |
( |
TCLinkHandle |
handle, |
|
|
const char * |
name, |
|
|
const char * |
value | |
|
) |
| | |
| void TCLinkSend |
( |
TCLinkHandle |
handle |
) |
|