ICMPSendPing Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
ICMPSendPing Function
C
void ICMPSendPing(
    DWORD dwRemoteIP
);
Description

None

Preconditions

ICMPBeginUsage() returned TRUE

Parameters
Parameters 
Description 
dwRemoteIP 
IP Address to ping. Must be stored big endian. Ex. 192.168.0.1 should be passed as 0x0100A8C0. 
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.