/
NetTCP_ConnStateGet()
NetTCP_ConnStateGet()
Get the current state of the TCP connection.
Files
net_tcp.h/net_tcp.c
Prototype
NET_TCP_CONN_STATE NetTCP_ConnStateGet (NET_TCP_CONN_ID conn_id)
Arguments
conn_id The connection ID number.
Returned Value
The TCP connection state.
Required Configuration
Available only if TCP is enabled (see TCP Layer Configuration).
Notes / Warnings
'conn_id' may be obtained from within the application by calling NetSock_GetConnTransportID().
Related content
NET_UTIL_HOST_TO_NET_16
NET_UTIL_HOST_TO_NET_16
Read with this
NetTCP_ConnCfgTxAckImmedRxdPushEn
NetTCP_ConnCfgTxAckImmedRxdPushEn
More like this
NetTCP_ConnCfgTxKeepAliveEn
NetTCP_ConnCfgTxKeepAliveEn
More like this
NetTCP_ConnCfgTxNagleEn
NetTCP_ConnCfgTxNagleEn
More like this
NetTCP_ConnPoolStatGet
NetTCP_ConnPoolStatGet
More like this
NetSock_GetConnTransportID
NetSock_GetConnTransportID
More like this