Inverts IP address value. All 0s are converted to 1s and 1s to 0s

Namespace:  SnmpSharpNet
Assembly:  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()

Return Value

Inverted value of the IP address

See Also