C
void ARPResolve( IP_ADDR* IPAddr );
Description
This function transmits and ARP request to determine the hardware address of a given IP address.
Preconditions
None
Parameters
Parameters |
Description |
IPAddr |
The IP address to be resolved. The address must be specified in network byte order (big endian). |
Returns
None
Remarks
This function is only required when the stack is a client, and therefore is only enabled when STACK_CLIENT_MODE is enabled.
To retrieve the ARP query result, call the ARPIsResolved() function.