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

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public IpAddress Invert()
Public Function Invert As IpAddress
public:
IpAddress^ Invert()

Return Value

Inverted value of the IP address

See Also