int SocketHasData(int socket)
// If new data is found, grab it and add it. if (SocketHasData(socket)) { text = SocketGetString(socket); TextBoxAddLine(text); }
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |