FMIceLinkIcePortRange Class Reference

Inherits from NSObject
Declared in FMIceLinkIcePortRange.h
FMIceLinkIcePortRange.m

Overview

An ICE port range.

+ icePortRange

Initializes a new instance of the FMIceLinkIcePortRange class.
+ (FMIceLinkIcePortRange *)icePortRange

Discussion

Initializes a new instance of the FMIceLinkIcePortRange class.

Declared In

FMIceLinkIcePortRange.h

+ icePortRangeWithMinimum:

Initializes a new instance of the FMIceLinkIcePortRange class.
+ (FMIceLinkIcePortRange *)icePortRangeWithMinimum:(int)minimum

Parameters

minimum

The minimum port value.

Discussion

Initializes a new instance of the FMIceLinkIcePortRange class.

Declared In

FMIceLinkIcePortRange.h

+ icePortRangeWithMinimum:maximum:

Initializes a new instance of the FMIceLinkIcePortRange class.
+ (FMIceLinkIcePortRange *)icePortRangeWithMinimum:(int)minimum maximum:(int)maximum

Parameters

minimum

The minimum port value.

maximum

The maximum port value.

Discussion

Initializes a new instance of the FMIceLinkIcePortRange class.

Declared In

FMIceLinkIcePortRange.h

– init

Initializes a new instance of the FMIceLinkIcePortRange class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkIcePortRange class.

Declared In

FMIceLinkIcePortRange.h

– initWithMinimum:

Initializes a new instance of the FMIceLinkIcePortRange class.
- (instancetype)initWithMinimum:(int)minimum

Parameters

minimum

The minimum port value.

Discussion

Initializes a new instance of the FMIceLinkIcePortRange class.

Declared In

FMIceLinkIcePortRange.h

– initWithMinimum:maximum:

Initializes a new instance of the FMIceLinkIcePortRange class.
- (instancetype)initWithMinimum:(int)minimum maximum:(int)maximum

Parameters

minimum

The minimum port value.

maximum

The maximum port value.

Discussion

Initializes a new instance of the FMIceLinkIcePortRange class.

Declared In

FMIceLinkIcePortRange.h

– maximum

Gets the maximum port value. Defaults to 65535.
- (int)maximum

Discussion

Gets the maximum port value. Defaults to 65535.

Declared In

FMIceLinkIcePortRange.h

– minimum

Gets the minimum port value. Defaults to 49152.
- (int)minimum

Discussion

Gets the minimum port value. Defaults to 49152.

Declared In

FMIceLinkIcePortRange.h