Class: SNMP::EndOfMibView

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

Class Method Summary collapse

Class Method Details

.asn1_typeObject



510
511
512
# File 'lib/snmp/varbind.rb', line 510

def asn1_type
  'endOfMibView'
end

.decode(value_data) ⇒ Object



502
503
504
# File 'lib/snmp/varbind.rb', line 502

def decode(value_data)
  EndOfMibView
end

.encodeObject



506
507
508
# File 'lib/snmp/varbind.rb', line 506

def encode
  encode_exception(EndOfMibView_TAG)
end

.to_sObject



514
515
516
# File 'lib/snmp/varbind.rb', line 514

def to_s
  asn1_type
end