Constructor. Initialize class value with the unsigned integer 32-bit value encoded as string in the argument.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Gauge32(
	string val
)
Public Sub New ( _
	val As String _
)
public:
Gauge32(
	String^ val
)

Parameters

val
String
32-bit unsigned integer encoded as a string

See Also