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

Discussion

Gets the string representation of this tag.

Declared In

FMIceLinkSdpIceOptionTag.h

+ parseWithTagString:

Generates a tag object from a string.
+ (FMIceLinkSdpIceOptionTag *)parseWithTagString:(NSString *)tagString

Parameters

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

Discussion

Sets the [type](#//api/name/type) of this tag.

Declared In

FMIceLinkSdpIceOptionTag.h

+ trickle

Gets the "trickle" option string.
+ (NSString *)trickle

Discussion

Gets the "trickle" option string.

Declared In

FMIceLinkSdpIceOptionTag.h

– type

Gets the type of this tag.
- (FMIceLinkSdpIceOptionTagType)type

Discussion

Gets the type of this tag.

Declared In

FMIceLinkSdpIceOptionTag.h