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 *)description

Discussion

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)getValueLength

Discussion

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)priority

Parameters

priority

The priority.

Discussion

Initializes a new instance of the FMIceLinkStunIcePriorityAttribute class.

Declared In

FMIceLinkStunIcePriorityAttribute.h

– priority

Gets the priority.
- (long long)priority

Discussion

Gets the priority.

Declared In

FMIceLinkStunIcePriorityAttribute.h

+ priorityAttributeWithPriority:

Initializes a new instance of the FMIceLinkStunIcePriorityAttribute class.
+ (FMIceLinkStunIcePriorityAttribute *)priorityAttributeWithPriority:(long long)priority

Parameters

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)offset

Parameters

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)value

Discussion

Sets the [priority](#//api/name/priority).

Declared In

FMIceLinkStunIcePriorityAttribute.h

– typeValue

Gets the type value.
- (int)typeValue

Discussion

Gets the type value.

Declared In

FMIceLinkStunIcePriorityAttribute.h

– writeValueToWithBuffer:offset:

Writes the attribute value to a data buffer.
- (void)writeValueToWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offset

Parameters

buffer

The buffer.

offset

The offset.

Discussion

Writes the attribute value to a data buffer.

Declared In

FMIceLinkStunIcePriorityAttribute.h