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 *)descriptionDiscussion
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 *)dontFragmentAttributeDiscussion
Initializes a new instance of the FMIceLinkStunTurnDontFragmentAttribute class.
			Declared In
FMIceLinkStunTurnDontFragmentAttribute.h
– getValueLength
	
Gets the length of the attribute value.
@return
- (int)getValueLengthDiscussion
Gets the length of the attribute value.
@return
Declared In
FMIceLinkStunTurnDontFragmentAttribute.h
– init
	
Initializes a new instance of the FMIceLinkStunTurnDontFragmentAttribute class.
			- (instancetype)initDiscussion
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)offsetParameters
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)typeValueDiscussion
Gets the type value.
			Declared In
FMIceLinkStunTurnDontFragmentAttribute.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
FMIceLinkStunTurnDontFragmentAttribute.h