Class SNMP::PDU
In: lib/snmp/pdu.rb
Parent: Object

Methods

Constants

ERROR_STATUS_NAME = { 0 => :noError, 1 => :tooBig, 2 => :noSuchName, 3 => :badValue, 4 => :readOnly, 5 => :genErr, 6 => :noAccess, 7 => :wrongType, 8 => :wrongLength, 9 => :wrongEncoding, 10 => :wrongValue, 11 => :noCreation, 12 => :inconsistentValue, 13 => :resourceUnavailable, 14 => :commitFailed, 15 => :undoFailed, 16 => :authorizationError, 17 => :notWritable, 18 => :inconsistentName
ERROR_STATUS_CODE = ERROR_STATUS_NAME.invert

External Aliases

varbind_list -> vb_list

Attributes

error_index  [RW] 
request_id  [RW] 
varbind_list  [RW] 

Public Class methods

Public Instance methods

[Validate]