Inverts IP address value. All 0s are converted to 1s and 1s to 0s
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public IpAddress Invert() |
| Visual Basic (Declaration) |
|---|
Public Function Invert As IpAddress |
| Visual C++ |
|---|
public: IpAddress^ Invert() |