class SNMP::V3::ScopedPDU

Overview

This is not really a PDU, but a container for a PDU

Defined in:

snmp/v3/scoped_pdu.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(request : SNMP::Request, pdu : SNMP::PDU, context_engine_id : String = "", context : String = "") #

[View source]
def self.new(ber : ASN1::BER) #

[View source]

Instance Method Detail

def context : String #

[View source]
def context=(context : String) #

[View source]
def context_engine_id : String #

[View source]
def context_engine_id=(context_engine_id : String) #

[View source]
def pdu : PDU | Trap #

[View source]
def pdu=(pdu : PDU | Trap) #

[View source]
def request : Request #

[View source]
def request=(request : Request) #

[View source]
def to_ber #

[View source]