FMIceLinkStunXorMappedAddressAttribute Class Reference
| Inherits from | FMIceLinkStunAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkStunXorMappedAddressAttribute.h FMIceLinkStunXorMappedAddressAttribute.m  | 
Overview
– description
	@return A string that represents this instance.
- (NSString *)descriptionDiscussion
@return A string that represents this instance.
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
– getValueLength
	@return
- (int)getValueLengthDiscussion
@return
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
– initWithIPAddress:port:transactionId:
	- (instancetype)initWithIPAddress:(NSString *)ipAddress port:(int)port transactionId:(FMIceLinkDataBuffer *)transactionIdParameters
ipAddress | 
						The IP address.  | 
					
|---|---|
port | 
						The port.  | 
					
transactionId | 
						The transaction ID.  | 
					
Discussion
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
– ipAddress
	- (NSString *)ipAddressDiscussion
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
– port
	- (int)portDiscussion
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
+ readValueFromWithBuffer:offset:transactionId:
	+ (FMIceLinkStunXorMappedAddressAttribute *)readValueFromWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offset transactionId:(FMIceLinkDataBuffer *)transactionIdParameters
buffer | 
						The buffer.  | 
					
|---|---|
offset | 
						The offset.  | 
					
transactionId | 
						The transaction ID. @return  | 
					
Discussion
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
– setIPAddress:
	- (void)setIPAddress:(NSString *)valueDiscussion
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
– setPort:
	- (void)setPort:(int)valueDiscussion
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
– transactionId
	- (FMIceLinkDataBuffer *)transactionIdDiscussion
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
– typeValue
	- (int)typeValueDiscussion
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
– writeValueToWithBuffer:offset:
	- (void)writeValueToWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offsetParameters
buffer | 
						The buffer.  | 
					
|---|---|
offset | 
						The offset.  | 
					
Discussion
Declared In
FMIceLinkStunXorMappedAddressAttribute.h
+ xorMappedAddressAttributeWithIPAddress:port:transactionId:
	+ (FMIceLinkStunXorMappedAddressAttribute *)xorMappedAddressAttributeWithIPAddress:(NSString *)ipAddress port:(int)port transactionId:(FMIceLinkDataBuffer *)transactionIdParameters
ipAddress | 
						The IP address.  | 
					
|---|---|
port | 
						The port.  | 
					
transactionId | 
						The transaction ID.  | 
					
Discussion
Declared In
FMIceLinkStunXorMappedAddressAttribute.h