Class: NetConfGen::Packet::ACK

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

Instance Method Summary collapse

Instance Method Details

#to_strObject



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

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