Embedded TCP/IP stack
4.7.0
|
void fnet_netif_set_callback_on_ip4_addr_conflict | ( | fnet_netif_callback_ip4_addr_conflict_t | callback | ) |
Registers the "IPv4 address conflict" event handler.
callback | Pointer to the event-handler callback function defined by fnet_netif_callback_ip4_addr_conflict_t. |
This function registers the handler
callback function for the "IP4 address conflict" event. This event occurs when there is an IPv4 address conflict with another system on the network. It is detected by ARP protocol.
To stop the event handling, set callback
parameter to zero value.