An ICE port range. More...
Public Member Functions | |
int | getMaximum () |
Gets the maximum port value. More... | |
int | getMinimum () |
Gets the minimum port value. More... | |
IcePortRange () | |
Initializes a new instance of the fm.liveswitch.IcePortRange class. More... | |
IcePortRange (int minimum) | |
Initializes a new instance of the fm.liveswitch.IcePortRange class. More... | |
IcePortRange (int minimum, int maximum) | |
Initializes a new instance of the fm.liveswitch.IcePortRange class. More... | |
An ICE port range.
fm.liveswitch.IcePortRange.IcePortRange | ( | ) |
Initializes a new instance of the fm.liveswitch.IcePortRange class.
fm.liveswitch.IcePortRange.IcePortRange | ( | int | minimum | ) |
Initializes a new instance of the fm.liveswitch.IcePortRange class.
minimum | The minimum port value. |
fm.liveswitch.IcePortRange.IcePortRange | ( | int | minimum, |
int | maximum | ||
) |
Initializes a new instance of the fm.liveswitch.IcePortRange class.
minimum | The minimum port value. |
maximum | The maximum port value. |
int fm.liveswitch.IcePortRange.getMaximum | ( | ) |
Gets the maximum port value.
Defaults to 65535.
int fm.liveswitch.IcePortRange.getMinimum | ( | ) |
Gets the minimum port value.
Defaults to 49152.