prefixLength property

int get prefixLength

The prefix length of the network, also known as the subnet mask length.

For example, a prefix length of 24 corresponds to a subnet mask of 255.255.255.0 in IPv4. For IPv6, a prefix length of 64 means the first 64 bits of the address are the network prefix.

Implementation

int get prefixLength;