Class: SNMP::EndOfMibView

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

Class Method Summary collapse

Class Method Details

.asn1_typeObject



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

def asn1_type
    'endOfMibView'
end

.decode(value_data) ⇒ Object



480
481
482
# File 'lib/snmp/varbind.rb', line 480

def decode(value_data)
    EndOfMibView
end

.encodeObject



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

def encode
    encode_exception(EndOfMibView_TAG)
end

.to_sObject



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

def to_s
    asn1_type
end