C
void ICMPSendPingToHost( BYTE * szRemoteHost );
Description
None
Preconditions
ICMPBeginUsage() returned TRUE
Parameters
Parameters |
Description |
szRemoteHost |
Host name to ping. Must be stored in RAM if being called by PIC18. Ex. www.microchip.com |
Returns
Begins the process of transmitting an ICMP echo request. This normally involves an ARP resolution procedure first.
Side Effects
None
Remarks
None