#include <sio2_socket.h>
Public Attributes | |
| char | name [SIO2_MAX_CHAR] |
| The internal name to identify the socket. | |
| int | sck |
| The internal socket handle. | |
| struct sockaddr_in | sck_addr |
| The structure used for the IP address. | |
| unsigned int | buf_size |
| The size of the socket buffer to read and write. | |
| unsigned char * | buf |
| The socket buffer used for streaming data. | |
| char SIO2socket::name[SIO2_MAX_CHAR] |
| int SIO2socket::sck |
The internal socket handle.
Referenced by sio2SocketAccept(), sio2SocketConnect(), sio2SocketDisconnect(), sio2SocketInit(), sio2SocketListen(), sio2SocketReceive(), sio2SocketSend(), and sio2SocketSetOption().
struct sockaddr_in SIO2socket::sck_addr [read] |
The structure used for the IP address.
Referenced by sio2SocketAccept(), sio2SocketConnect(), sio2SocketInit(), and sio2SocketListen().
| unsigned int SIO2socket::buf_size |
The size of the socket buffer to read and write.
Referenced by sio2SocketInit(), sio2SocketReceive(), sio2SocketSend(), and sio2SocketSetOption().
| unsigned char* SIO2socket::buf |
The socket buffer used for streaming data.
Referenced by sio2SocketFree(), sio2SocketInit(), sio2SocketReceive(), sio2SocketSend(), and sio2UrlStreamBuffer().
1.5.6