Internal salt value. As per RFC standard, salt value is initialized in the constructor and incremented by 1 for each subsequent packet.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
protected int _salt
Visual Basic (Declaration)
Protected _salt As Integer
Visual C++
protected:
int _salt

See Also