Returns next salt value.

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

Syntax

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

Return Value

32-bit integer salt value in network byte order (big endian)

See Also