FMIceLinkSdpIceOptionTag Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpIceOptionTag.h FMIceLinkSdpIceOptionTag.m  | 
Overview
A tag for an [FMIceLinkSdpIceOptionsAttribute](../Classes/FMIceLinkSdpIceOptionsAttribute.html).
					– description
	
Gets the string representation of this tag.
			- (NSString *)descriptionDiscussion
Gets the string representation of this tag.
			Declared In
FMIceLinkSdpIceOptionTag.h
+ parseWithTagString:
	
Generates a tag object from a string.
			+ (FMIceLinkSdpIceOptionTag *)parseWithTagString:(NSString *)tagStringParameters
tagString | 
						The tag string. @return  | 
					
|---|
Discussion
Generates a tag object from a string.
			Declared In
FMIceLinkSdpIceOptionTag.h
– setType:
	
Sets the [type](#//api/name/type) of this tag.
			- (void)setType:(FMIceLinkSdpIceOptionTagType)valueDiscussion
Sets the [type](#//api/name/type) of this tag.
			Declared In
FMIceLinkSdpIceOptionTag.h
+ trickle
	
Gets the "trickle" option string.
			+ (NSString *)trickleDiscussion
Gets the "trickle" option string.
			Declared In
FMIceLinkSdpIceOptionTag.h
– type
	
Gets the type of this tag.
			- (FMIceLinkSdpIceOptionTagType)typeDiscussion
Gets the type of this tag.
			Declared In
FMIceLinkSdpIceOptionTag.h