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.0.0 (0.5.0.0)

Syntax

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

Parameters

ipvalue
UInt32
IP address value as 32-bit unsigned integer value

See Also