TCPIP_TFTPS_Disable Function
C
bool TCPIP_TFTPS_Disable(TCPIP_NET_HANDLE hNet);
Returns
- true - if successful
- false - if unsuccessful
Description
This function disables the TFTP server for the specified interface.
Remarks
None.
Preconditions
The TFTPS module should have been initialized.
Parameters
Parameters | Description |
---|---|
hNet | Interface for which to disable. |