Class: SNMP::EndOfMibView

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

Class Method Summary collapse

Class Method Details

.asn1_typeObject



431
432
433
# File 'lib/snmp/varbind.rb', line 431

def asn1_type
    'endOfMibView'
end

.decode(value_data) ⇒ Object



423
424
425
# File 'lib/snmp/varbind.rb', line 423

def decode(value_data)
    EndOfMibView
end

.encodeObject



427
428
429
# File 'lib/snmp/varbind.rb', line 427

def encode
    encode_exception(EndOfMibView_TAG)
end

.to_sObject



435
436
437
# File 'lib/snmp/varbind.rb', line 435

def to_s
    asn1_type
end