Sha256: 42490e26e216786fca88a9e77efb5657dcbbc1949a2172d3213671871c5057cf
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
require 'snmpjr/pdu_v2c' require 'snmpjr/wrappers/snmp4j' require 'snmpjr/wrappers/smi' class Snmpjr class PduV3 < Snmpjr::PduV2C def initialize context = '' @pdu = Snmpjr::Wrappers::ScopedPDU.new @pdu.context_name = Snmpjr::Wrappers::SMI::OctetString.new(context) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
snmpjr-0.3.0-java | lib/snmpjr/pdu_v3.rb |