Public Attributes | List of all members
tstrSocketConnectMsg Struct Reference

Socket connect status. More...

#include <socket.h>

Public Attributes

sint8 s8Error
 
SOCKET sock
 

Detailed Description

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().

Definition at line 621 of file socket.h.

Member Data Documentation

◆ s8Error

sint8 tstrSocketConnectMsg::s8Error

Connect error code. Holding a value of ZERO for a successful connect or otherwise a negative error code corresponding to the type of error.

Definition at line 626 of file socket.h.

◆ sock

SOCKET tstrSocketConnectMsg::sock

Socket ID referring to the socket passed to the connect function call.

Definition at line 622 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