abstract class NetSample::Ping::ICMP::EchoData
- NetSample::Ping::ICMP::EchoData
- NetSample::Ping::ICMP::Data
- Reference
- Object
Direct Known Subclasses
Defined in:
net_sample/ping/icmp.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #data(io : IO)
- #id : UInt16
- #message : String
- #sequence : UInt16
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
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.