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
struct
NetSample::NIC::Info
NetSample::NIC::Info
Struct
Value
Object
Defined in:
net_sample/nic/info.cr
Constructors
.new
(name : String, type : Type, value : Bytes)
Instance Method Summary
#name
: String
#type
: NetSample::NIC::Info::Type
#value
: Slice(UInt8)
Constructor Detail
def self.
new
(name : String, type :
Type
, value : Bytes)
#
[
View source
]
Instance Method Detail
def
name
: String
#
[
View source
]
def
type
:
NetSample::NIC::Info::Type
#
[
View source
]
def
value
: Slice(UInt8)
#
[
View source
]