FMLiveSwitchSctpSupportedExtensionsChunkParameter Class Reference

Instance Methods

(NSMutableData *) - getBytes
 
(instancetype) - initWithExtensions:
 
(void) - setSupportedChunkExtensions:
 
(NSMutableData *) - supportedChunkExtensions
 
- Instance Methods inherited from FMLiveSwitchSctpTlvParameter
(bool) - doNotProcessFurtherParametersIfItIsNotRecognized
 
(instancetype) - init
 
(bool) - reportToSenderIfItIsNotRecognized
 
(void) - setType:
 
(int) - type
 

Class Methods

(NSMutableData *) + getBytesWithParameter:
 
(FMLiveSwitchSctpSupportedExtensionsChunkParameter *) + parseBytes:offsetPlus:
 
(FMLiveSwitchSctpSupportedExtensionsChunkParameter *) + supportedExtensionsChunkParameterWithExtensions:
 
- Class Methods inherited from FMLiveSwitchSctpTlvParameter
(bool) + isInManualListOfUnrecognizedChunkParameterThatMustBeReportedWithParameter:
 
(FMLiveSwitchSctpTlvParameter *) + parseBytes:startIndex:offsetPlus:
 
(FMLiveSwitchSctpTlvParameter *) + tlvParameter
 

Method Documentation

◆ getBytes

- (NSMutableData*) getBytes

◆ getBytesWithParameter:

+ (NSMutableData*) getBytesWithParameter: (FMLiveSwitchSctpSupportedExtensionsChunkParameter *)  parameter

◆ initWithExtensions:

- (instancetype) initWithExtensions: (NSMutableData *)  extensions

◆ parseBytes:offsetPlus:

+ (FMLiveSwitchSctpSupportedExtensionsChunkParameter*) parseBytes: (NSMutableData *)  bytes
offsetPlus: (int *)  offsetPlus 

◆ setSupportedChunkExtensions:

- (void) setSupportedChunkExtensions: (NSMutableData *)  value

◆ supportedChunkExtensions

- (NSMutableData*) supportedChunkExtensions

◆ supportedExtensionsChunkParameterWithExtensions:

+ (FMLiveSwitchSctpSupportedExtensionsChunkParameter*) supportedExtensionsChunkParameterWithExtensions: (NSMutableData *)  extensions