ICMPFlags Variable

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
ICMPFlags Variable
C
struct {
  unsigned char bICMPInUse : 1;
  unsigned char bReplyValid : 1;
  unsigned char bRemoteHostIsROM : 1;
} ICMPFlags;
Description

ICMP Flag structure

Members
Members 
Description 
unsigned char bICMPInUse : 1; 
Indicates that the ICMP Client is in use 
unsigned char bReplyValid : 1; 
Indicates that a correct Ping response to one of our pings was received 
unsigned char bRemoteHostIsROM : 1; 
Indicates that a remote host name was passed as a ROM pointer argument 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.