Class: NetConfGen::Packet::WRQ
- Inherits:
-
Object
- Object
- NetConfGen::Packet::WRQ
- Defined in:
- lib/netconfgen/netconfgen.rb
Instance Method Summary collapse
Instance Method Details
#to_str ⇒ Object
113 |
# File 'lib/netconfgen/netconfgen.rb', line 113 def to_str; "\x00\x02" + self.filename + "\x00" + self.mode.to_s + "\x00"; end |