Class: Snmpjr::PduV3

Inherits:
PduV2C show all
Defined in:
lib/snmpjr/pdu_v3.rb

Instance Method Summary collapse

Methods inherited from PduV2C

#create

Constructor Details

#initialize(context = '') ⇒ PduV3

Returns a new instance of PduV3.



8
9
10
# File 'lib/snmpjr/pdu_v3.rb', line 8

def initialize context = ''
  @context_name = Snmpjr::Wrappers::SMI::OctetString.new(context)
end