Constructor

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IpAddress(
	uint inetAddr
)
Public Sub New ( _
	inetAddr As UInteger _
)
public:
IpAddress(
	unsigned int inetAddr
)

Parameters

inetAddr
UInt32
32-bit unsigned integer representation of an IP Address

Remarks

Initialize IpAddress class with the IP address value represented as 32-bit unsigned integer value

See Also