Socket accept status. More...
#include <socket.h>
Public Attributes | |
SOCKET | sock |
struct sockaddr_in | strAddr |
Socket accept status.
Socket accept information is returned through this structure in response to the asynchronous call to the accept function. This structure together with the event SOCKET_MSG_ACCEPT are passed-in parameters to the callback function.
SOCKET tstrSocketAcceptMsg::sock |
struct sockaddr_in tstrSocketAcceptMsg::strAddr |