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:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public SnmpV3Packet( ScopedPdu pdu ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ pdu As ScopedPdu _ ) |
| Visual C++ |
|---|
public: SnmpV3Packet( ScopedPdu^ pdu ) |
Parameters
- pdu
- Type: SnmpSharpNet..::.ScopedPdu
ScopedPdu class assigned to the class