Jack2 1.9.6
|
Public Member Functions | |
JackNetWinSocket (const char *ip, int port) | |
JackNetWinSocket (const JackNetWinSocket &) | |
JackNetWinSocket & | operator= (const JackNetWinSocket &) |
int | NewSocket () |
int | Bind () |
int | BindWith (const char *ip) |
int | BindWith (int port) |
int | Connect () |
int | ConnectTo (const char *ip) |
void | Close () |
void | Reset () |
bool | IsSocket () |
void | SetPort (int port) |
int | GetPort () |
int | SetAddress (const char *ip, int port) |
char * | GetSendIP () |
char * | GetRecvIP () |
int | GetName (char *name) |
int | JoinMCastGroup (const char *mcast_ip) |
int | SetOption (int level, int optname, const void *optval, SOCKLEN optlen) |
int | GetOption (int level, int optname, void *optval, SOCKLEN *optlen) |
int | SetTimeOut (int usec) |
int | SetLocalLoop () |
int | SendTo (const void *buffer, size_t nbytes, int flags) |
int | SendTo (const void *buffer, size_t nbytes, int flags, const char *ip) |
int | Send (const void *buffer, size_t nbytes, int flags) |
int | RecvFrom (void *buffer, size_t nbytes, int flags) |
int | Recv (void *buffer, size_t nbytes, int flags) |
int | CatchHost (void *buffer, size_t nbytes, int flags) |
net_error_t | GetError () |
Definition at line 49 of file JackNetWinSocket.h.