FMIceLinkSdpCategoryAttribute Class Reference
| Inherits from | FMIceLinkSdpAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkSdpCategoryAttribute.h FMIceLinkSdpCategoryAttribute.m  | 
Overview
This attribute gives the dot-separated hierarchical [category](#//api/name/category) of
the session.  This is to enable a receiver to filter unwanted
sessions by [category](#//api/name/category).  There is no central registry of
categories.  It is a session-level attribute, and it is not
dependent on charset.
					– category
	
Gets the dot-separated hierarchical category of the session.
			- (NSString *)categoryDiscussion
Gets the dot-separated hierarchical category of the session.
			Declared In
FMIceLinkSdpCategoryAttribute.h
+ categoryAttributeWithCategory:
	
Initializes a new instance of the FMIceLinkSdpCategoryAttribute class.
			+ (FMIceLinkSdpCategoryAttribute *)categoryAttributeWithCategory:(NSString *)categoryParameters
category | 
						The dot-separated hierarchical category of the session.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpCategoryAttribute class.
			Declared In
FMIceLinkSdpCategoryAttribute.h
+ fromAttributeValue:
	
Initializes a new instance of the FMIceLinkSdpCategoryAttribute class.
			+ (FMIceLinkSdpCategoryAttribute *)fromAttributeValue:(NSString *)valueParameters
value | 
						The attribute value.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpCategoryAttribute class.
			Declared In
FMIceLinkSdpCategoryAttribute.h
– getAttributeValue
	
Gets the internal value of the attribute.
			- (NSString *)getAttributeValueDiscussion
Gets the internal value of the attribute.
			Declared In
FMIceLinkSdpCategoryAttribute.h
– initWithCategory:
	
Initializes a new instance of the FMIceLinkSdpCategoryAttribute class.
			- (instancetype)initWithCategory:(NSString *)categoryParameters
category | 
						The dot-separated hierarchical category of the session.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpCategoryAttribute class.
			Declared In
FMIceLinkSdpCategoryAttribute.h