Class: SNMP::EndOfMibView

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

Class Method Summary collapse

Class Method Details

.asn1_typeObject



524
525
526
# File 'lib/snmp/varbind.rb', line 524

def asn1_type
  'endOfMibView'
end

.decode(value_data) ⇒ Object



516
517
518
# File 'lib/snmp/varbind.rb', line 516

def decode(value_data)
  EndOfMibView
end

.encodeObject



520
521
522
# File 'lib/snmp/varbind.rb', line 520

def encode
  encode_exception(EndOfMibView_TAG)
end

.to_sObject



528
529
530
# File 'lib/snmp/varbind.rb', line 528

def to_s
  asn1_type
end