TCPIP_TFTPS_HandlerDeRegister Function
C
bool TCPIP_TFTPS_HandlerDeRegister(TCPIP_TFTPS_HANDLE hTftps); Returns
- true - if the call succeeds
- false - if no such handler is registered
Description
This function de-registers the TFTP server module event handler.
Preconditions
The TFTP Server module must be initialized.
Parameters
| Parameters | Description |
|---|---|
| hTftps | A handle returned by a previous call to TCPIP_TFTPS_HandlerRegister. |
