FMIceLinkStunTurnAddressFamilyNotSupportedError Class Reference
| Inherits from | FMIceLinkStunError : FMIceLinkError : NSObject | 
|---|---|
| Declared in | FMIceLinkStunTurnAddressFamilyNotSupportedError.h FMIceLinkStunTurnAddressFamilyNotSupportedError.m  | 
Overview
440 Address Family Not Supported. RFC 6156. Indicates that the server does not support the address family requested by the client.
					+ addressFamilyNotSupportedError
	
Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
			+ (FMIceLinkStunTurnAddressFamilyNotSupportedError *)addressFamilyNotSupportedErrorDiscussion
Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
			Declared In
FMIceLinkStunTurnAddressFamilyNotSupportedError.h
+ addressFamilyNotSupportedErrorWithMessage:
	
Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
			+ (FMIceLinkStunTurnAddressFamilyNotSupportedError *)addressFamilyNotSupportedErrorWithMessage:(NSString *)messageParameters
message | 
						The message.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
			Declared In
FMIceLinkStunTurnAddressFamilyNotSupportedError.h
– getDescription
	
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
			- (NSString *)getDescriptionDiscussion
Gets the description for this [FMIceLinkStunError](../Classes/FMIceLinkStunError.html).
			Declared In
FMIceLinkStunTurnAddressFamilyNotSupportedError.h
– init
	
Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
			Declared In
FMIceLinkStunTurnAddressFamilyNotSupportedError.h
– initWithMessage:
	
Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
			- (instancetype)initWithMessage:(NSString *)messageParameters
message | 
						The message.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunTurnAddressFamilyNotSupportedError class.
			Declared In
FMIceLinkStunTurnAddressFamilyNotSupportedError.h