public interface IPortRangeInfo
Modifier and Type | Method and Description |
---|---|
int |
getHighBound()
Gets the upper bound of the port range
|
int |
getLowBound()
Gets the lower bound of the port range
|
void |
setHighBound(int bound)
Sets the upper bound of the port range
|
void |
setLowBound(int bound)
Sets the lower bound of the port range
|
int getHighBound()
void setHighBound(int bound)
bound
- upper bound of the port rangeint getLowBound()
void setLowBound(int bound)
bound
- lower bound of the port rangeCopyright © '1C' 1996-2012