FMIceLinkSdpAddressType Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkSdpAddressType.h FMIceLinkSdpAddressType.m  | 
+ getAddressTypeForAddressWithIPAddress:
	
Gets the SDP address type for the specified IP address.
			+ (NSString *)getAddressTypeForAddressWithIPAddress:(NSString *)ipAddressParameters
ipAddress | 
						The IP address.  | 
					
|---|
Discussion
Gets the SDP address type for the specified IP address.
			Declared In
FMIceLinkSdpAddressType.h
+ ip4
	
Gets the SDP address type meaning "IP version 4".
			+ (NSString *)ip4Discussion
Gets the SDP address type meaning "IP version 4".
			Declared In
FMIceLinkSdpAddressType.h
+ ip6
	
Gets the SDP address type meaning "IP version 6".
			+ (NSString *)ip6Discussion
Gets the SDP address type meaning "IP version 6".
			Declared In
FMIceLinkSdpAddressType.h