Class: SNMP::EndOfMibView

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

Class Method Summary collapse

Class Method Details

.asn1_typeObject



476
477
478
# File 'lib/snmp/varbind.rb', line 476

def asn1_type
    'endOfMibView'
end

.decode(value_data) ⇒ Object



468
469
470
# File 'lib/snmp/varbind.rb', line 468

def decode(value_data)
    EndOfMibView
end

.encodeObject



472
473
474
# File 'lib/snmp/varbind.rb', line 472

def encode
    encode_exception(EndOfMibView_TAG)
end

.to_sObject



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

def to_s
    asn1_type
end