7 class ICMP :
public BaseICMP
ICMP & operator=(ICMP &&icmp) noexcept
UInt_64 Receive(Str_8 &address, ICMP_Header header, Serializer< UInt_64 > &data) override
ICMP & operator=(const ICMP &icmp)
UInt_64 Send(const Str_8 &address, ICMP_Header header, const Byte *data, UInt_64 size) override
void SetReceiveTimeout(UInt_64 timeout) override
ICMP(ICMP &&icmp) noexcept
bool IsValid() const override
int Int_32
Definition: Types.h:51
IP
Definition: Socket.h:29
unsigned char Byte
Definition: Types.h:39