Update class values with SNMP version 3 discovery values from the supplied
SnmpV3Packet
class. Values updated are EngineId, EngineTime and EngineBoots.
Namespace:
SnmpSharpNet
Assembly:
SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public void UpdateDiscoveryValues(
SnmpPacket packet
) |
| Visual Basic (Declaration) |
|---|
Public Sub UpdateDiscoveryValues ( _
packet As SnmpPacket _
) |
| Visual C++ |
|---|
public:
void UpdateDiscoveryValues(
SnmpPacket^ packet
) |
Exceptions
| Exception | Condition |
|---|
| SnmpInvalidVersionException | Thrown when SNMP packet class other then version 3
is passed as parameter |
See Also