[Source]
# File lib/snmp/varbind.rb, line 448 def asn1_type 'noSuchObject' end
# File lib/snmp/varbind.rb, line 440 def decode(value_data) NoSuchObject end
# File lib/snmp/varbind.rb, line 444 def encode encode_exception(NoSuchObject_TAG) end
# File lib/snmp/varbind.rb, line 452 def to_s asn1_type end
[Validate]