FMIceLinkIcePortRange Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkIcePortRange.h FMIceLinkIcePortRange.m  | 
+ icePortRange
	
Initializes a new instance of the FMIceLinkIcePortRange class.
			+ (FMIceLinkIcePortRange *)icePortRangeDiscussion
Initializes a new instance of the FMIceLinkIcePortRange class.
			Declared In
FMIceLinkIcePortRange.h
+ icePortRangeWithMinimum:
	
Initializes a new instance of the FMIceLinkIcePortRange class.
			+ (FMIceLinkIcePortRange *)icePortRangeWithMinimum:(int)minimumParameters
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)maximumDiscussion
Initializes a new instance of the FMIceLinkIcePortRange class.
			Declared In
FMIceLinkIcePortRange.h
– init
	
Initializes a new instance of the FMIceLinkIcePortRange class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkIcePortRange class.
			Declared In
FMIceLinkIcePortRange.h
– initWithMinimum:
	
Initializes a new instance of the FMIceLinkIcePortRange class.
			- (instancetype)initWithMinimum:(int)minimumParameters
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)maximumDiscussion
Initializes a new instance of the FMIceLinkIcePortRange class.
			Declared In
FMIceLinkIcePortRange.h
– maximum
	
Gets the maximum port value.
Defaults to 65535.
			- (int)maximumDiscussion
Gets the maximum port value.
Defaults to 65535.
			Declared In
FMIceLinkIcePortRange.h
– minimum
	
Gets the minimum port value.
Defaults to 49152.
			- (int)minimumDiscussion
Gets the minimum port value.
Defaults to 49152.
			Declared In
FMIceLinkIcePortRange.h