FMIceLinkStunIcePriorityAttribute Class Reference
| Inherits from | FMIceLinkStunAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkStunIcePriorityAttribute.h FMIceLinkStunIcePriorityAttribute.m  | 
Overview
The PRIORITY attribute indicates the [priority](#//api/name/priority) that is to be
associated with a peer reflexive candidate, should one be discovered
by this check.
					– 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
FMIceLinkStunIcePriorityAttribute.h
– getValueLength
	
Gets the length of the attribute value.
@return
- (int)getValueLengthDiscussion
Gets the length of the attribute value.
@return
Declared In
FMIceLinkStunIcePriorityAttribute.h
– initWithPriority:
	
Initializes a new instance of the FMIceLinkStunIcePriorityAttribute class.
			- (instancetype)initWithPriority:(long long)priorityParameters
priority | 
						The priority.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunIcePriorityAttribute class.
			Declared In
FMIceLinkStunIcePriorityAttribute.h
– priority
	
Gets the priority.
			- (long long)priorityDiscussion
Gets the priority.
			Declared In
FMIceLinkStunIcePriorityAttribute.h
+ priorityAttributeWithPriority:
	
Initializes a new instance of the FMIceLinkStunIcePriorityAttribute class.
			+ (FMIceLinkStunIcePriorityAttribute *)priorityAttributeWithPriority:(long long)priorityParameters
priority | 
						The priority.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunIcePriorityAttribute class.
			Declared In
FMIceLinkStunIcePriorityAttribute.h
+ readValueFromWithBuffer:offset:
	
Initializes a new instance of the FMIceLinkStunIcePriorityAttribute class.
			+ (FMIceLinkStunIcePriorityAttribute *)readValueFromWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offsetParameters
buffer | 
						The buffer.  | 
					
|---|---|
offset | 
						The offset. @return  | 
					
Discussion
Initializes a new instance of the FMIceLinkStunIcePriorityAttribute class.
			Declared In
FMIceLinkStunIcePriorityAttribute.h
– setPriority:
	
Sets the [priority](#//api/name/priority).
			- (void)setPriority:(long long)valueDiscussion
Sets the [priority](#//api/name/priority).
			Declared In
FMIceLinkStunIcePriorityAttribute.h
– typeValue
	
Gets the type value.
			- (int)typeValueDiscussion
Gets the type value.
			Declared In
FMIceLinkStunIcePriorityAttribute.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
FMIceLinkStunIcePriorityAttribute.h