class SNMP::V3::ScopedPDU
- SNMP::V3::ScopedPDU
- Reference
- Object
Overview
This is not really a PDU, but a container for a PDU
Defined in:
snmp/v3/scoped_pdu.crConstructors
- .new(request : SNMP::Request, pdu : SNMP::PDU, context_engine_id : String = "", context : String = "")
- .new(ber : ASN1::BER)
Instance Method Summary
- #context : String
- #context=(context : String)
- #context_engine_id : String
- #context_engine_id=(context_engine_id : String)
- #pdu : PDU | Trap
- #pdu=(pdu : PDU | Trap)
- #request : Request
- #request=(request : Request)
- #to_ber
Constructor Detail
def self.new(request : SNMP::Request, pdu : SNMP::PDU, context_engine_id : String = "", context : String = "")
#