Class: TFTP::Packet::ACK

Inherits:
Object
  • Object
show all
Defined in:
lib/tftp/tftp.rb

Instance Method Summary collapse

Instance Method Details

#to_strObject



46
# File 'lib/tftp/tftp.rb', line 46

def to_str; "\x00\x04" + [self.seq].pack('n'); end