Class NetUtils.NetMask
- Description
Persistent representation of a network + mask.
- Variable mask
intNetUtils.NetMask.mask- Description
The network mask
- Variable net
intNetUtils.NetMask.net- Description
The network number
- Method create
NetUtils.NetMask NetUtils.NetMask(stringcidr)- Description
Construct a new NetMask object from the given CIDR.
- Parameter
cidr An IP and mask in CIDR notation.