Class: SNMP::EndOfMibView

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

Class Method Summary collapse

Class Method Details

.asn1_typeObject



493
494
495
# File 'lib/snmp/varbind.rb', line 493

def asn1_type
  'endOfMibView'
end

.decode(value_data) ⇒ Object



485
486
487
# File 'lib/snmp/varbind.rb', line 485

def decode(value_data)
  EndOfMibView
end

.encodeObject



489
490
491
# File 'lib/snmp/varbind.rb', line 489

def encode
  encode_exception(EndOfMibView_TAG)
end

.to_sObject



497
498
499
# File 'lib/snmp/varbind.rb', line 497

def to_s
  asn1_type
end