openMerchant/tclink.h File Reference

#include "config.h"

Include dependency graph for tclink.h:

This graph shows which files directly or indirectly include this file:

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)


Define Documentation

#define PARAM_MAX_LEN   256

Definition at line 32 of file tclink.h.

#define TCLinkHandle   void *

Definition at line 28 of file tclink.h.


Function Documentation

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.


Generated on Sat Aug 15 12:47:43 2009 for w3systemsDevelopment by  doxygen 1.5.5