Constructor
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public IpAddress( uint inetAddr ) |
| Visual Basic |
|---|
Public Sub New ( _ inetAddr As UInteger _ ) |
| Visual C++ |
|---|
public: IpAddress( unsigned int inetAddr ) |
Parameters
- inetAddr
- Type: System..::..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