Indicates the last available IP address for the network.
function EndIP: String;
String - IP address in "dotted-decimal" format, like 129.71.2.4.
EndIP is a String function used to determine the last available IP address for the network.
EndIP uses the value in NetworkAddress and NetworkMask to perform calculations for available network addresses. The binary length of NetworkMask is used to determine the maximum number of IP addresses to use as indicated by NumIP.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|