ICMPSendPingToHost Function

Microchip TCP/IP Stack

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

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