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 |