Returns broadcast address for the objects IP and supplied subnet mask.
Subnet mask validity is not confirmed before performing the new value calculation so
you should make sure parameter is a valid subnet mask by using
IsValidMask()()()()
method.
Broadcast address is calculated by changing every bit in the subnet mask that is set to
value 0 into 1 in the address value.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
Return Value
New IP address containing broadcast address
See Also