int SocketGetInt(int socket)
Retreives an expected incoming integer from a socket. It's recommended that you usually send all information in the form of strings to avoid problems.
int myint = SocketGetInt(server_sock);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |