usClose | usInit | usOpen | usRcv | usSnd |
int | usClose( int handle ) |
int | usInit( int argc, char** argv ) |
int | usOpen( char* host, char* port, int maxDat, int srvFlg ) |
int | usRcv( int handle, char* rcvDat, int maxRx, int to, int rrFlg ) |
int | usSnd( int handle, int to, int txLen, uchar* txDat ) |