TCPIP_STACK_NumberOfNetworksGet Function

C

int TCPIP_STACK_NumberOfNetworksGet();

Description

This function returns the number of interfaces currently active in the TCP/IP stack.

Preconditions

The TCP/IP stack should have been initialized by TCPIP_STACK_Initialize() and the TCPIP_STACK_Status() returned SYS_STATUS_READY.

Returns

  • Number of network interfaces.

Remarks

None.