FMIceLinkStunUnknownAttributesAttribute Class Reference
| Inherits from | FMIceLinkStunAttribute : NSObject |
|---|---|
| Declared in | FMIceLinkStunUnknownAttributesAttribute.h FMIceLinkStunUnknownAttributesAttribute.m |
Overview
The UNKNOWN-ATTRIBUTES attribute is present only in an error response
when the response code in the ERROR-CODE attribute is 420.
– getValueLength
Gets the length of the attribute value.
@return
- (int)getValueLengthDiscussion
Gets the length of the attribute value.
@return
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
– init
Initializes a new instance of the FMIceLinkStunUnknownAttributesAttribute class.
- (instancetype)initDiscussion
Initializes a new instance of the FMIceLinkStunUnknownAttributesAttribute class.
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
+ readValueFromWithBuffer:offset:length:
Initializes a new instance of the FMIceLinkStunUnknownAttributesAttribute class.
+ (FMIceLinkStunUnknownAttributesAttribute *)readValueFromWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offset length:(int)lengthParameters
buffer |
The buffer. |
|---|---|
offset |
The offset. |
length |
The length. @return |
Discussion
Initializes a new instance of the FMIceLinkStunUnknownAttributesAttribute class.
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
– setTypes:
Sets the array of unknown attribute [types](#//api/name/types).
- (void)setTypes:(NSMutableArray *)valueDiscussion
Sets the array of unknown attribute [types](#//api/name/types).
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
– types
Gets the array of unknown attribute types.
- (NSMutableArray *)typesDiscussion
Gets the array of unknown attribute types.
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
– typeValue
Gets the type value.
- (int)typeValueDiscussion
Gets the type value.
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
+ unknownAttributesAttribute
Initializes a new instance of the FMIceLinkStunUnknownAttributesAttribute class.
+ (FMIceLinkStunUnknownAttributesAttribute *)unknownAttributesAttributeDiscussion
Initializes a new instance of the FMIceLinkStunUnknownAttributesAttribute class.
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
– writeValueToWithBuffer:offset:
Writes the attribute value to a data buffer.
- (void)writeValueToWithBuffer:(FMIceLinkDataBuffer *)buffer offset:(int)offsetParameters
buffer |
The buffer. |
|---|---|
offset |
The offset. |
Discussion
Writes the attribute value to a data buffer.
Declared In
FMIceLinkStunUnknownAttributesAttribute.h