Constructor
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public IpAddress( uint inetAddr ) |
| Visual Basic (Declaration) |
|---|
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