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:33 UTC
module
NetSample::Ping
Overview
TODO
Write documentation for
Ping
Defined in:
net_sample/ping.cr
net_sample/ping/client.cr
net_sample/ping/icmp.cr
net_sample/ping/result.cr
Class Method Summary
.command
(host : String, *, count : UInt16 =
5_u16
, data =
"ping!"
)
Class Method Detail
def self.
command
(host : String, *, count : UInt16 =
5_u16
, data =
"ping!"
)
#
[
View source
]