Class: NetConfGen::Packet::WRQ

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

Instance Method Summary collapse

Instance Method Details

#to_strObject



196
# File 'lib/netconfgen/netconfgen.rb', line 196

def to_str; "\x00\x02" + self.filename + "\x00" + self.mode.to_s + "\x00"; end