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.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void UpdateValues( SnmpPacket packet ) |
| Visual Basic |
|---|
Public Sub UpdateValues ( _ packet As SnmpPacket _ ) |
| Visual C++ |
|---|
public: void UpdateValues( SnmpPacket^ packet ) |
Parameters
- packet
- Type: SnmpSharpNet..::..SnmpPacket
SnmpV3Packet cast as SnmpPacket
Exceptions
| Exception | Condition |
|---|---|
| SnmpSharpNet..::..SnmpInvalidVersionException | Thrown when SNMP packet class other then version 3 is passed as parameter |