Socket connect status. More...
#include <socket.h>
Public Attributes | |
sint8 | s8Error |
SOCKET | sock |
Socket connect status.
Socket connect information is returned through this structure in response to the asynchronous call to the connect socket function. This structure together with the event SOCKET_MSG_CONNECT are passed-in parameters to the callback function. If the application receives this structure with a negative value in s8Error, the application should call close().
sint8 tstrSocketConnectMsg::s8Error |
SOCKET tstrSocketConnectMsg::sock |