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)getValueLength
Discussion
Gets the length of the attribute value.
@return
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
– init
Initializes a new instance of the FMIceLinkStunUnknownAttributesAttribute class.
- (instancetype)init
Discussion
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)length
Parameters
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 *)value
Discussion
Sets the array of unknown attribute [types](#//api/name/types).
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
– types
Gets the array of unknown attribute types.
- (NSMutableArray *)types
Discussion
Gets the array of unknown attribute types.
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
– typeValue
Gets the type value.
- (int)typeValue
Discussion
Gets the type value.
Declared In
FMIceLinkStunUnknownAttributesAttribute.h
+ unknownAttributesAttribute
Initializes a new instance of the FMIceLinkStunUnknownAttributesAttribute class.
+ (FMIceLinkStunUnknownAttributesAttribute *)unknownAttributesAttribute
Discussion
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)offset
Parameters
buffer |
The buffer. |
---|---|
offset |
The offset. |
Discussion
Writes the attribute value to a data buffer.
Declared In
FMIceLinkStunUnknownAttributesAttribute.h