FMIceLinkSdpConnectionData Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpConnectionData.h FMIceLinkSdpConnectionData.m  | 
– addressType
	
Gets the type of the address. See FMIceLinkSdpConnectionData#addressType for possible values.
			- (NSString *)addressTypeDiscussion
Gets the type of the address. See FMIceLinkSdpConnectionData#addressType for possible values.
			Declared In
FMIceLinkSdpConnectionData.h
– connectionAddress
	
Gets the connection address.
			- (NSString *)connectionAddressDiscussion
Gets the connection address.
			Declared In
FMIceLinkSdpConnectionData.h
+ connectionDataWithConnectionAddress:
	
Initializes a new instance of the FMIceLinkSdpConnectionData class.
			+ (FMIceLinkSdpConnectionData *)connectionDataWithConnectionAddress:(NSString *)connectionAddressParameters
connectionAddress | 
						The connection address.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpConnectionData class.
			Declared In
FMIceLinkSdpConnectionData.h
– description
	
Converts this instance to a string.
			- (NSString *)descriptionDiscussion
Converts this instance to a string.
			Declared In
FMIceLinkSdpConnectionData.h
– initWithConnectionAddress:
	
Initializes a new instance of the FMIceLinkSdpConnectionData class.
			- (instancetype)initWithConnectionAddress:(NSString *)connectionAddressParameters
connectionAddress | 
						The connection address.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkSdpConnectionData class.
			Declared In
FMIceLinkSdpConnectionData.h
– networkType
	
Gets the type of network. See FMIceLinkSdpConnectionData#networkType for possible values.
			- (NSString *)networkTypeDiscussion
Gets the type of network. See FMIceLinkSdpConnectionData#networkType for possible values.
			Declared In
FMIceLinkSdpConnectionData.h
+ parseWithS:
	
Creates an FMIceLinkSdpConnectionData instance from a string.
			+ (FMIceLinkSdpConnectionData *)parseWithS:(NSString *)sParameters
s | 
						The string to parse.  | 
					
|---|
Discussion
Creates an FMIceLinkSdpConnectionData instance from a string.
			Declared In
FMIceLinkSdpConnectionData.h
– setAddressType:
	
Sets the type of the address. See FMIceLinkSdpConnectionData#[addressType](#//api/name/addressType) for possible values.
			- (void)setAddressType:(NSString *)valueDiscussion
Sets the type of the address. See FMIceLinkSdpConnectionData#[addressType](#//api/name/addressType) for possible values.
			Declared In
FMIceLinkSdpConnectionData.h
– setConnectionAddress:
	
Sets the connection address.
			- (void)setConnectionAddress:(NSString *)valueDiscussion
Sets the connection address.
			Declared In
FMIceLinkSdpConnectionData.h
– setNetworkType:
	
Sets the type of network. See FMIceLinkSdpConnectionData#[networkType](#//api/name/networkType) for possible values.
			- (void)setNetworkType:(NSString *)valueDiscussion
Sets the type of network. See FMIceLinkSdpConnectionData#[networkType](#//api/name/networkType) for possible values.
			Declared In
FMIceLinkSdpConnectionData.h
– updateWithConnectionAddress:
	
Updates the connection address.
			- (void)updateWithConnectionAddress:(NSString *)connectionAddressParameters
connectionAddress | 
						The connection address.  | 
					
|---|
Discussion
Updates the connection address.
			Declared In
FMIceLinkSdpConnectionData.h