Set class value from 32-bit unsigned integer value representation of the IP address value

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

Syntax

C#
public void Set(
	uint ipvalue
)
Visual Basic (Declaration)
Public Sub Set ( _
	ipvalue As UInteger _
)
Visual C++
public:
void Set(
	unsigned int ipvalue
)

Parameters

ipvalue
Type: System..::.UInt32
IP address value as 32-bit unsigned integer value

See Also