FMLiveSwitchIcePortRange Class Reference

An ICE port range. More...

Instance Methods

(instancetype) - init
 Initializes a new instance of the FMLiveSwitchIcePortRange class. More...
 
(instancetype) - initWithMinimum:
 Initializes a new instance of the FMLiveSwitchIcePortRange class. More...
 
(instancetype) - initWithMinimum:maximum:
 Initializes a new instance of the FMLiveSwitchIcePortRange class. More...
 
(int) - maximum
 Gets the maximum port value. More...
 
(int) - minimum
 Gets the minimum port value. More...
 

Class Methods

(FMLiveSwitchIcePortRange *) + icePortRange
 Initializes a new instance of the FMLiveSwitchIcePortRange class. More...
 
(FMLiveSwitchIcePortRange *) + icePortRangeWithMinimum:
 Initializes a new instance of the FMLiveSwitchIcePortRange class. More...
 
(FMLiveSwitchIcePortRange *) + icePortRangeWithMinimum:maximum:
 Initializes a new instance of the FMLiveSwitchIcePortRange class. More...
 

Detailed Description

An ICE port range.

Method Documentation

◆ icePortRange

+ (FMLiveSwitchIcePortRange*) icePortRange

Initializes a new instance of the FMLiveSwitchIcePortRange class.

◆ icePortRangeWithMinimum:

+ (FMLiveSwitchIcePortRange*) icePortRangeWithMinimum: (int)  minimum

Initializes a new instance of the FMLiveSwitchIcePortRange class.

Parameters
minimumThe minimum port value.

◆ icePortRangeWithMinimum:maximum:

+ (FMLiveSwitchIcePortRange*) icePortRangeWithMinimum: (int)  minimum
maximum: (int)  maximum 

Initializes a new instance of the FMLiveSwitchIcePortRange class.

Parameters
minimumThe minimum port value.
maximumThe maximum port value.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchIcePortRange class.

◆ initWithMinimum:

- (instancetype) initWithMinimum: (int)  minimum

Initializes a new instance of the FMLiveSwitchIcePortRange class.

Parameters
minimumThe minimum port value.

◆ initWithMinimum:maximum:

- (instancetype) initWithMinimum: (int)  minimum
maximum: (int)  maximum 

Initializes a new instance of the FMLiveSwitchIcePortRange class.

Parameters
minimumThe minimum port value.
maximumThe maximum port value.

◆ maximum

- (int) maximum

Gets the maximum port value.

Defaults to 65535.

◆ minimum

- (int) minimum

Gets the minimum port value.

Defaults to 49152.