TCPIP_TELNET_ConnectionsGet Function

C

uint16_t TCPIP_TELNET_ConnectionsGet();

Description

This function gets the number of the telnet connections.

Preconditions

The Telnet module should have been initialized.

Returns

Number of telnet connections: the initialization parameter TCPIP_TELNET_MODULE_CONFIG::nConnections;

Remarks

None.