TCPIP_TFTPS_ClientsNumber Function
C
uint8_t TCPIP_TFTPS_ClientsNumber();
Returns
number of active clients
Description
This function determines the number of active clients running for this TFTP server. The maximum possible clients will be as per the value of TCPIP_TFTPS_CLIENT_NUMBER
Remarks
None.
Preconditions
The TFTPS module should have been initialized.