SnmpSharpNet.SnmpV3Packet.SnmpV3Packet C# (CSharp) Метод

SnmpV3Packet() публичный Метод

Constructor.
Sets internal ScopedPdu class to the argument supplied instance of the class. This is a good cheat that will allow you direct access to the internal ScopedPdu class since it is not cloned but assigned to the internal variable.
public SnmpV3Packet ( ScopedPdu pdu ) : System
pdu ScopedPdu class assigned to the class
Результат System
        public SnmpV3Packet(ScopedPdu pdu)
            : this()
        {
            if( pdu != null )
                _scopedPdu = pdu;
        }

Same methods

SnmpV3Packet::SnmpV3Packet ( ) : System
SnmpV3Packet::SnmpV3Packet ( SecureAgentParameters param ) : System
SnmpV3Packet::SnmpV3Packet ( SecureAgentParameters param, ScopedPdu pdu ) : System