fm.liveswitch.IcePortRange Class Reference

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...
 

Detailed Description

An ICE port range.

Constructor & Destructor Documentation

◆ IcePortRange() [1/3]

fm.liveswitch.IcePortRange.IcePortRange ( )

Initializes a new instance of the fm.liveswitch.IcePortRange class.

◆ IcePortRange() [2/3]

fm.liveswitch.IcePortRange.IcePortRange ( int  minimum)

Initializes a new instance of the fm.liveswitch.IcePortRange class.

Parameters
minimumThe minimum port value.

◆ IcePortRange() [3/3]

fm.liveswitch.IcePortRange.IcePortRange ( int  minimum,
int  maximum 
)

Initializes a new instance of the fm.liveswitch.IcePortRange class.

Parameters
minimumThe minimum port value.
maximumThe maximum port value.

Member Function Documentation

◆ getMaximum()

int fm.liveswitch.IcePortRange.getMaximum ( )

Gets the maximum port value.

Defaults to 65535.

◆ getMinimum()

int fm.liveswitch.IcePortRange.getMinimum ( )

Gets the minimum port value.

Defaults to 49152.