class TFTP::Packet::ACK

Public Instance Methods

to_str() click to toggle source
# File lib/tftp/tftp.rb, line 46
def to_str; "\x00\x04" + [self.seq].pack('n'); end