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