TIcmpEchoHeader

type TIcmpEchoHeader = record;
i_type: Byte;
i_code: Byte;
i_checkSum: Word;
i_Id: Word;
i_seq: Word;
TimeStamp: ULong;
end;

Unit
pingsend

Description
Record for ICMP ECHO packet header.