Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
net_sample
master
NetSample
Error
NIC
Info
Type
Ping
Client
IllegalReplyReceived
DestinationUnreachable
EchoReplyReceived
ExceptionOccur
ICMP
ChecksumError
Data
EchoData
EchoReply
EchoRequest
Packet
ICMPReceived
OtherICMPRecieved
Result
Built with Crystal 1.9.2
2023-10-08 14:07:32 UTC
class
NetSample::Ping::ExceptionOccur
NetSample::Ping::ExceptionOccur
NetSample::Ping::Result
Reference
Object
Defined in:
net_sample/ping/result.cr
Constructors
.new
(echo_request : ICMP::EchoRequest, ex : Exception)
Instance Method Summary
#message
: String
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
Constructor Detail
def self.
new
(echo_request :
ICMP::EchoRequest
, ex : Exception)
#
[
View source
]
Instance Method Detail
def
message
: String
#
[
View source
]