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... | |
An ICE port range.
| + (FMLiveSwitchIcePortRange*) icePortRange |
Initializes a new instance of the FMLiveSwitchIcePortRange class.
| + (FMLiveSwitchIcePortRange*) icePortRangeWithMinimum: | (int) | minimum |
Initializes a new instance of the FMLiveSwitchIcePortRange class.
| minimum | The minimum port value. |
| + (FMLiveSwitchIcePortRange*) icePortRangeWithMinimum: | (int) | minimum | |
| maximum: | (int) | maximum | |
Initializes a new instance of the FMLiveSwitchIcePortRange class.
| minimum | The minimum port value. |
| maximum | The maximum port value. |
| - (instancetype) init |
Initializes a new instance of the FMLiveSwitchIcePortRange class.
| - (instancetype) initWithMinimum: | (int) | minimum |
Initializes a new instance of the FMLiveSwitchIcePortRange class.
| minimum | The minimum port value. |
| - (instancetype) initWithMinimum: | (int) | minimum | |
| maximum: | (int) | maximum | |
Initializes a new instance of the FMLiveSwitchIcePortRange class.
| minimum | The minimum port value. |
| maximum | The maximum port value. |
| - (int) maximum |
Gets the maximum port value.
Defaults to 65535.
| - (int) minimum |
Gets the minimum port value.
Defaults to 49152.