FMIceLinkStunIceUseCandidateAttribute Class Reference
| Inherits from | FMIceLinkStunAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkStunIceUseCandidateAttribute.h FMIceLinkStunIceUseCandidateAttribute.m  | 
Overview
The USE-CANDIDATE attribute indicates that the candidate pair
resulting from this check should be used for transmission of media.
					– description
	
Returns a string that represents this instance.
@return A string that represents this instance.
- (NSString *)descriptionDiscussion
Returns a string that represents this instance.
@return A string that represents this instance.
Declared In
FMIceLinkStunIceUseCandidateAttribute.h
– getValueLength
	
Gets the length of the attribute value.
@return The length of the attribute value.
- (int)getValueLengthDiscussion
Gets the length of the attribute value.
@return The length of the attribute value.
Declared In
FMIceLinkStunIceUseCandidateAttribute.h
– init
	
Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.
			- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.
			Declared In
FMIceLinkStunIceUseCandidateAttribute.h
+ readValueFromWithBuffer:offset:
	
Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.
			+ (FMIceLinkStunIceUseCandidateAttribute *)readValueFromWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offsetParameters
buffer | 
						The buffer.  | 
					
|---|---|
offset | 
						The offset. @return  | 
					
Discussion
Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.
			Declared In
FMIceLinkStunIceUseCandidateAttribute.h
– typeValue
	
Gets the type value.
			- (int)typeValueDiscussion
Gets the type value.
			Declared In
FMIceLinkStunIceUseCandidateAttribute.h
+ useCandidateAttribute
	
Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.
			+ (FMIceLinkStunIceUseCandidateAttribute *)useCandidateAttributeDiscussion
Initializes a new instance of the FMIceLinkStunIceUseCandidateAttribute class.
			Declared In
FMIceLinkStunIceUseCandidateAttribute.h
– writeValueToWithBuffer:offset:
	
Writes the attribute value to a data buffer.
			- (void)writeValueToWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offsetParameters
buffer | 
						The buffer.  | 
					
|---|---|
offset | 
						The offset.  | 
					
Discussion
Writes the attribute value to a data buffer.
			Declared In
FMIceLinkStunIceUseCandidateAttribute.h