Copy all relevant values from the SnmpV3Packet class. Do not use this class for
updating the SNMP version 3 discovery process results because secret name, authentication
and privacy values are updated as well which discovery process doesn't use.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public void UpdateValues( SnmpPacket packet )
Public Sub UpdateValues ( _ packet As SnmpPacket _ )
public: void UpdateValues( SnmpPacket^ packet )
Parameters
- packet
- SnmpPacket
SnmpV3Packet cast as SnmpPacket
Exceptions
| Exception | Condition |
|---|---|
| SnmpInvalidVersionException | Thrown when SNMP packet class other then version 3 is passed as parameter |