io2Close | io2Init | io2Open | io2Rcv | io2SetFlg | io2Snd |
io2Stop | io2StrtRx | io2StrtTx |
int | io2Close( int handle ) |
int | io2Init( int argc, char** argv ) |
int | io2Open( int type, char* host, char* port, int maxDat ) |
int | io2Rcv( int handle, char* rcvDat, char* match, int maxRx, int rFlg, int to ) |
int | io2SetFlg( int handle, int flagBits ) |
int | io2Snd( int handle, int to, int txLen, char* fmt, elipsis* ... ) |
int | io2Stop( int handle ) |
int | io2StrtRx( int handle, char* rcvDat, char* match, int maxRx, int rFlg, pfi_t callBack ) |
int | io2StrtTx( int handle, int to, pfi_t callBack, int txLen, char* fmt, ... elipsis ) |