Main Page | Class List | File List | Class Members | File Members

socketIO.h

Go to the documentation of this file.
00001 #ifndef SOCKETIO_H
00002 #define SOCKETIO_H
00003 
00004 int rst_open(char*,int);
00005 
00006 int rst_send(int,unsigned char*,int);
00007 
00008 int rst_receive(int,unsigned char*,int);
00009 
00010 void rst_close(int);
00011 
00012 #endif

Generated on Sun Jul 18 17:30:56 2004 by doxygen 1.3.6