1.2.1.21.4 TCPIP_TELNET_CONN_INFO Structure

C

typedef struct {
uint16_t connIx;
uint16_t state;
int16_t presSkt;
int16_t tcpSkt;
TCP_SOCKET_INFO tcpInfo;
} TCPIP_TELNET_CONN_INFO;

Description

Structure: TCPIP_TELNET_CONN_INFO.

Gets information about a telnet connection.

Members

MembersDescription
connIxTelnet connection index: [0, TCPIP_TELNET_MODULE_CONFIG::nConnections - 1.
stateTCPIP_TELNET_STATE: Current telnet connection state.
presSktNET_PRES_SKT_HANDLE_T: connection presentation socket.
tcpSktTCP_SOCKET: underlying transport socket.
tcpInfoTransport socket information.