[Source]
# File lib/snmp/varbind.rb, line 468 def asn1_type 'noSuchInstance' end
# File lib/snmp/varbind.rb, line 460 def decode(value_data) NoSuchInstance end
# File lib/snmp/varbind.rb, line 464 def encode encode_exception(NoSuchInstance_TAG) end
# File lib/snmp/varbind.rb, line 472 def to_s asn1_type end
[Validate]