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
abstract class
NetSample::Ping::ICMP::Data
NetSample::Ping::ICMP::Data
Reference
Object
Direct Known Subclasses
NetSample::Ping::ICMP::EchoData
Defined in:
net_sample/ping/icmp.cr
Instance Method Summary
#checksum
: UInt16
#code
: UInt8
#data
(io : IO)
#data
: Bytes
#to_bytes
: Bytes
#type
: UInt8
Instance Method Detail
def
checksum
: UInt16
#
[
View source
]
def
code
: UInt8
#
[
View source
]
abstract def
data
(io : IO)
#
[
View source
]
def
data
: Bytes
#
[
View source
]
def
to_bytes
: Bytes
#
[
View source
]
def
type
: UInt8
#
[
View source
]