class NetSample::Ping::ICMP::EchoReply

Defined in:

net_sample/ping/icmp.cr

Class Method Summary

Instance methods inherited from class NetSample::Ping::ICMP::EchoData

==(other : self) ==, data(io : IO) data, id : UInt16 id, message : String message, sequence : UInt16 sequence

Constructor methods inherited from class NetSample::Ping::ICMP::EchoData

new(id : UInt16, sequence : UInt16, message : String)
new(bytes : Bytes)
new(io : IO)
new

Instance methods inherited from class NetSample::Ping::ICMP::Data

checksum : UInt16 checksum, code : UInt8 code, data(io : IO)
data : Bytes
data
, to_bytes : Bytes to_bytes, type : UInt8 type

Class Method Detail

def self.from_request(req : EchoRequest) #

[View source]