class TFTP::Packet::WRQ

Public Instance Methods

to_str() click to toggle source
# File lib/tftp/tftp.rb, line 32
def to_str; "\x00\x02" + self.filename + "\x00" + self.mode.to_s + "\x00"; end