FMIceLinkStunTurnDontFragmentAttribute Class Reference

Inherits from FMIceLinkStunAttribute : NSObject
Declared in FMIceLinkStunTurnDontFragmentAttribute.h
FMIceLinkStunTurnDontFragmentAttribute.m

Overview

This attribute is used by the client to request that the server set the DF (Don't Fragment) bit in the IP header when relaying the application data onward to the peer.

– 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

FMIceLinkStunTurnDontFragmentAttribute.h

+ dontFragmentAttribute

Initializes a new instance of the FMIceLinkStunTurnDontFragmentAttribute class.
+ (FMIceLinkStunTurnDontFragmentAttribute *)dontFragmentAttribute

Discussion

Initializes a new instance of the FMIceLinkStunTurnDontFragmentAttribute class.

Declared In

FMIceLinkStunTurnDontFragmentAttribute.h

– getValueLength

Gets the length of the attribute value.

@return

- (int)getValueLength

Discussion

Gets the length of the attribute value.

@return

Declared In

FMIceLinkStunTurnDontFragmentAttribute.h

– init

Initializes a new instance of the FMIceLinkStunTurnDontFragmentAttribute class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkStunTurnDontFragmentAttribute class.

Declared In

FMIceLinkStunTurnDontFragmentAttribute.h

+ readValueFromWithBuffer:offset:

Initializes a new instance of the FMIceLinkStunTurnDontFragmentAttribute class.
+ (FMIceLinkStunTurnDontFragmentAttribute *)readValueFromWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offset

Parameters

buffer

The buffer.

offset

The offset. @return

Discussion

Initializes a new instance of the FMIceLinkStunTurnDontFragmentAttribute class.

Declared In

FMIceLinkStunTurnDontFragmentAttribute.h

– typeValue

Gets the type value.
- (int)typeValue

Discussion

Gets the type value.

Declared In

FMIceLinkStunTurnDontFragmentAttribute.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

FMIceLinkStunTurnDontFragmentAttribute.h