TCPIP_TFTPS_EVENT_HANDLER Type

C

typedef void (* TCPIP_TFTPS_EVENT_HANDLER)(TCPIP_NET_HANDLE hNet, TCPIP_TFTPS_EVENT_TYPE evType, const char* name, const void* param); 

Description

Type: TCPIP_TFTPS_EVENT_HANDLER The format of a notification handler registered with the TFTP server module. Once an TFTP server event occurs the TFTP server service will be called for the registered handler.

Remarks

If pNetIf == 0, the notification is called for events on any interface.

Parameters

ParametersDescription
hNetthe interface on which the DNS event occurred
evTypethe TFTP server reported event
namethe host name associated with the event
paramadditional user parameter - see TCPIP_TFTPS_HandlerRegister