Standard 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 by assigned to the internal variable.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public SnmpV3Packet(
	ScopedPdu pdu
)
Public Sub New ( _
	pdu As ScopedPdu _
)
public:
SnmpV3Packet(
	ScopedPdu^ pdu
)

Parameters

pdu
ScopedPdu
ScopedPdu class assigned to the class

See Also