class NetSample::Ping::ICMP::EchoReply
- NetSample::Ping::ICMP::EchoReply
- NetSample::Ping::ICMP::EchoData
- NetSample::Ping::ICMP::Data
- Reference
- Object
Defined in:
net_sample/ping/icmp.crClass 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