FMIceLinkStunTurnRefreshMessage Class Reference
| Inherits from | FMIceLinkStunMessage : NSObject | 
|---|---|
| Declared in | FMIceLinkStunTurnRefreshMessage.h FMIceLinkStunTurnRefreshMessage.m  | 
– initWithMessageType:transactionId:
	
Initializes a new instance of the FMIceLinkStunTurnRefreshMessage 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 FMIceLinkStunTurnRefreshMessage class.
			Declared In
FMIceLinkStunTurnRefreshMessage.h
– method
	
Gets the method.
			- (int)methodDiscussion
Gets the method.
			Declared In
FMIceLinkStunTurnRefreshMessage.h
+ refreshMessageWithMessageType:transactionId:
	
Initializes a new instance of the FMIceLinkStunTurnRefreshMessage class.
			+ (FMIceLinkStunTurnRefreshMessage *)refreshMessageWithMessageType:(FMIceLinkStunMessageType)messageType transactionId:(FMIceLinkDataBuffer *)transactionIdParameters
messageType | 
						The type of the message.  | 
					
|---|---|
transactionId | 
						The transaction ID.  | 
					
Discussion
Initializes a new instance of the FMIceLinkStunTurnRefreshMessage class.
			Declared In
FMIceLinkStunTurnRefreshMessage.h