class NetSample::Ping::EchoReplyReceived

Defined in:

net_sample/ping/result.cr

Instance Method Summary

Instance methods inherited from class NetSample::Ping::ICMPReceived

code : UInt8 code, ip : ICMP::Packet ip, rtt : Float64 rtt, type : UInt8 type

Constructor methods inherited from class NetSample::Ping::ICMPReceived

new(echo_request : ICMP::EchoRequest, ip : ICMP::Packet, rtt : Float64) new

Instance methods inherited from class NetSample::Ping::Result

message : String message, valid? : Bool valid?

Class methods inherited from class NetSample::Ping::Result

load(echo_request : ICMP::EchoRequest, result : ICMP::Packet | Exception, rtt : Float64 = 0.0) load

Instance Method Detail

def message : String #

[View source]