Public Attributes | List of all members
tstrSocketAcceptMsg Struct Reference

Socket accept status. More...

#include <socket.h>

Public Attributes

SOCKET sock
 
struct sockaddr_in strAddr
 

Detailed Description

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.

Definition at line 598 of file socket.h.

Member Data Documentation

◆ sock

SOCKET tstrSocketAcceptMsg::sock

On a successful accept operation, the return information is the socket ID for the accepted connection with the remote peer. Otherwise a negative error code is returned to indicate failure of the accept operation.

Definition at line 599 of file socket.h.

◆ strAddr

struct sockaddr_in tstrSocketAcceptMsg::strAddr

Socket address structure for the remote peer.

Definition at line 604 of file socket.h.


The documentation for this struct was generated from the following file:


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03