FMIceLinkStunTurnChannelNumberAttribute Class Reference
| Inherits from | FMIceLinkStunAttribute : NSObject | 
|---|---|
| Declared in | FMIceLinkStunTurnChannelNumberAttribute.h FMIceLinkStunTurnChannelNumberAttribute.m  | 
– channelNumber
	
Gets the channel number.
			- (int)channelNumberDiscussion
Gets the channel number.
			Declared In
FMIceLinkStunTurnChannelNumberAttribute.h
+ channelNumberAttributeWithChannelNumber:
	
Initializes a new instance of the FMIceLinkStunTurnChannelNumberAttribute class.
			+ (FMIceLinkStunTurnChannelNumberAttribute *)channelNumberAttributeWithChannelNumber:(int)channelNumberParameters
channelNumber | 
						The channel number.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunTurnChannelNumberAttribute class.
			Declared In
FMIceLinkStunTurnChannelNumberAttribute.h
– description
	
Returns a string that represents this instance.
@return A string that represents this instance.
- (NSString *)descriptionDiscussion
Returns a string that represents this instance.
@return A string that represents this instance.
Declared In
FMIceLinkStunTurnChannelNumberAttribute.h
– getValueLength
	
Gets the length of the attribute value.
@return
- (int)getValueLengthDiscussion
Gets the length of the attribute value.
@return
Declared In
FMIceLinkStunTurnChannelNumberAttribute.h
– initWithChannelNumber:
	
Initializes a new instance of the FMIceLinkStunTurnChannelNumberAttribute class.
			- (instancetype)initWithChannelNumber:(int)channelNumberParameters
channelNumber | 
						The channel number.  | 
					
|---|
Discussion
Initializes a new instance of the FMIceLinkStunTurnChannelNumberAttribute class.
			Declared In
FMIceLinkStunTurnChannelNumberAttribute.h
+ readValueFromWithBuffer:offset:
	
Initializes a new instance of the FMIceLinkStunTurnChannelNumberAttribute class.
			+ (FMIceLinkStunTurnChannelNumberAttribute *)readValueFromWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offsetParameters
buffer | 
						The buffer.  | 
					
|---|---|
offset | 
						The offset. @return  | 
					
Discussion
Initializes a new instance of the FMIceLinkStunTurnChannelNumberAttribute class.
			Declared In
FMIceLinkStunTurnChannelNumberAttribute.h
– setChannelNumber:
	
Sets the channel number.
			- (void)setChannelNumber:(int)valueDiscussion
Sets the channel number.
			Declared In
FMIceLinkStunTurnChannelNumberAttribute.h
– typeValue
	
Gets the type value.
			- (int)typeValueDiscussion
Gets the type value.
			Declared In
FMIceLinkStunTurnChannelNumberAttribute.h
– writeValueToWithBuffer:offset:
	
Gets the value as a byte array.
			- (void)writeValueToWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offsetDiscussion
Gets the value as a byte array.
			Declared In
FMIceLinkStunTurnChannelNumberAttribute.h