Increment IP address contained in the object by specific number and return the result as a new
class.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public IpAddress Increment( uint count ) |
| Visual Basic (Declaration) |
|---|
Public Function Increment ( _ count As UInteger _ ) As IpAddress |
| Visual C++ |
|---|
public: IpAddress^ Increment( unsigned int count ) |
Parameters
- count
- Type: System..::.UInt32
Number to increment IP address with