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:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public void UpdateValues(
	SnmpPacket packet
)
Visual Basic (Declaration)
Public Sub UpdateValues ( _
	packet As SnmpPacket _
)
Visual C++
public:
void UpdateValues(
	SnmpPacket^ packet
)

Exceptions

ExceptionCondition
SnmpInvalidVersionExceptionThrown when SNMP packet class other then version 3 is passed as parameter

See Also