class NetSample::Ping::ICMP::Packet

Defined in:

net_sample/ping/icmp.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bytes : Bytes) #

[View source]

Instance Method Detail

def data : Bytes #

[View source]
def dst : String #

[View source]
def echo_reply? #

[View source]
def echo_request? #

[View source]
def protocol : UInt8 #

[View source]
def src : String #

[View source]
def ttl : UInt8 #

[View source]
def version : UInt8 #

[View source]