broadcastAddress(subnet: IpSubnet) : IpAddress
Returns the broadcast IP address for a subnet. That is, the IP address for a subnet, with all host bits set to 1. For
example, broadcastAddress(ipSubnet("1.2.3.4/24")) is ipAddress("1.2.3.255").
See also
Types
Functions