ICMPSendPingToHostROM Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
ICMPSendPingToHostROM Function
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

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.