FMIceLinkSdpSctpMaxMessageSizeAttribute Class Reference

Inherits from FMIceLinkSdpAttribute : NSObject
Declared in FMIceLinkSdpSctpMaxMessageSizeAttribute.h
FMIceLinkSdpSctpMaxMessageSizeAttribute.m

Overview

The attribute can be associated with an m- line to indicate the maximum message size (indicated in bytes) that an SCTP endpoint is willing to receive on the SCTP association associated with the m- line. Different attribute values can be used in each direction.

+ fromAttributeValue:

Initializes a new instance of the FMIceLinkSdpSctpMaxMessageSizeAttribute class.
+ (FMIceLinkSdpSctpMaxMessageSizeAttribute *)fromAttributeValue:(NSString *)value

Parameters

value

The attribute value.

Discussion

Initializes a new instance of the FMIceLinkSdpSctpMaxMessageSizeAttribute class.

Declared In

FMIceLinkSdpSctpMaxMessageSizeAttribute.h

– getAttributeValue

Gets the internal value of the attribute.
- (NSString *)getAttributeValue

Discussion

Gets the internal value of the attribute.

Declared In

FMIceLinkSdpSctpMaxMessageSizeAttribute.h

– initWithMaxMessageSize:

Initializes a new instance of the FMIceLinkSdpSctpMaxMessageSizeAttribute class.
- (instancetype)initWithMaxMessageSize:(long long)maxMessageSize

Parameters

maxMessageSize

The maximum message size in bytes.

Discussion

Initializes a new instance of the FMIceLinkSdpSctpMaxMessageSizeAttribute class.

Declared In

FMIceLinkSdpSctpMaxMessageSizeAttribute.h

– maxMessageSize

Gets the maximum message size in bytes.
- (long long)maxMessageSize

Discussion

Gets the maximum message size in bytes.

Declared In

FMIceLinkSdpSctpMaxMessageSizeAttribute.h

+ maxMessageSizeAttributeWithMaxMessageSize:

Initializes a new instance of the FMIceLinkSdpSctpMaxMessageSizeAttribute class.
+ (FMIceLinkSdpSctpMaxMessageSizeAttribute *)maxMessageSizeAttributeWithMaxMessageSize:(long long)maxMessageSize

Parameters

maxMessageSize

The maximum message size in bytes.

Discussion

Initializes a new instance of the FMIceLinkSdpSctpMaxMessageSizeAttribute class.

Declared In

FMIceLinkSdpSctpMaxMessageSizeAttribute.h