FMIceLinkStunTransactionTransmitCounterAttribute Class Reference
| Inherits from | FMIceLinkStunAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkStunTransactionTransmitCounterAttribute.h FMIceLinkStunTransactionTransmitCounterAttribute.m  | 
Overview
– description
	@return A string that represents this instance.
- (NSString *)descriptionDiscussion
@return A string that represents this instance.
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
– getValueLength
	@return
- (int)getValueLengthDiscussion
@return
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
– initWithNumRequests:
	- (instancetype)initWithNumRequests:(int)numRequestsParameters
numRequests | 
						The number of times the request is transmitted with the same transaction ID to the server.  | 
					
|---|
Discussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
– initWithNumRequests:numResponses:
	- (instancetype)initWithNumRequests:(int)numRequests numResponses:(int)numResponsesParameters
numRequests | 
						The number of times the request is transmitted with the same transaction ID to the server.  | 
					
|---|---|
numResponses | 
						The number of times a response with the same transaction ID is sent from the server.  | 
					
Discussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
– numRequests
	- (int)numRequestsDiscussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
– numResponses
	- (int)numResponsesDiscussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
+ readValueFromWithBuffer:offset:
	+ (FMIceLinkStunTransactionTransmitCounterAttribute *)readValueFromWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offsetParameters
buffer | 
						The buffer.  | 
					
|---|---|
offset | 
						The offset. @return  | 
					
Discussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
– setNumRequests:
	- (void)setNumRequests:(int)valueDiscussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
– setNumResponses:
	- (void)setNumResponses:(int)valueDiscussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
+ transactionTransmitCounterAttributeWithNumRequests:
	+ (FMIceLinkStunTransactionTransmitCounterAttribute *)transactionTransmitCounterAttributeWithNumRequests:(int)numRequestsParameters
numRequests | 
						The number of times the request is transmitted with the same transaction ID to the server.  | 
					
|---|
Discussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
+ transactionTransmitCounterAttributeWithNumRequests:numResponses:
	+ (FMIceLinkStunTransactionTransmitCounterAttribute *)transactionTransmitCounterAttributeWithNumRequests:(int)numRequests numResponses:(int)numResponsesParameters
numRequests | 
						The number of times the request is transmitted with the same transaction ID to the server.  | 
					
|---|---|
numResponses | 
						The number of times a response with the same transaction ID is sent from the server.  | 
					
Discussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
– typeValue
	- (int)typeValueDiscussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h
– writeValueToWithBuffer:offset:
	- (void)writeValueToWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offsetParameters
buffer | 
						The buffer.  | 
					
|---|---|
offset | 
						The offset.  | 
					
Discussion
Declared In
FMIceLinkStunTransactionTransmitCounterAttribute.h