FMIceLinkStunTurnConnectionAttemptMessage Class Reference
| Inherits from | FMIceLinkStunMessage : NSObject | 
|---|---|
| Declared in | FMIceLinkStunTurnConnectionAttemptMessage.h FMIceLinkStunTurnConnectionAttemptMessage.m  | 
+ connectionAttemptMessageWithMessageType:transactionId:
	
Initializes a new instance of the FMIceLinkStunTurnConnectionAttemptMessage class.
			+ (FMIceLinkStunTurnConnectionAttemptMessage *)connectionAttemptMessageWithMessageType:(FMIceLinkStunMessageType)messageType transactionId:(FMIceLinkDataBuffer *)transactionIdParameters
messageType | 
						The type of the message.  | 
					
|---|---|
transactionId | 
						The transaction ID.  | 
					
Discussion
Initializes a new instance of the FMIceLinkStunTurnConnectionAttemptMessage class.
			Declared In
FMIceLinkStunTurnConnectionAttemptMessage.h
– initWithMessageType:transactionId:
	
Initializes a new instance of the FMIceLinkStunTurnConnectionAttemptMessage class.
			- (instancetype)initWithMessageType:(FMIceLinkStunMessageType)messageType transactionId:(FMIceLinkDataBuffer *)transactionIdParameters
messageType | 
						The type of the message.  | 
					
|---|---|
transactionId | 
						The transaction ID.  | 
					
Discussion
Initializes a new instance of the FMIceLinkStunTurnConnectionAttemptMessage class.
			Declared In
FMIceLinkStunTurnConnectionAttemptMessage.h
– method
	
Gets the method.
			- (int)methodDiscussion
Gets the method.
			Declared In
FMIceLinkStunTurnConnectionAttemptMessage.h