FMLiveSwitchSctpTlvParameter Class Reference

Instance Methods

(bool) - doNotProcessFurtherParametersIfItIsNotRecognized
 
(NSMutableData *) - getBytes
 
(instancetype) - init
 
(bool) - reportToSenderIfItIsNotRecognized
 
(void) - setType:
 
(int) - type
 

Class Methods

(bool) + isInManualListOfUnrecognizedChunkParameterThatMustBeReportedWithParameter:
 
(FMLiveSwitchSctpTlvParameter *) + parseBytes:startIndex:offsetPlus:
 
(FMLiveSwitchSctpTlvParameter *) + tlvParameter
 

Method Documentation

◆ doNotProcessFurtherParametersIfItIsNotRecognized

- (bool) doNotProcessFurtherParametersIfItIsNotRecognized

◆ getBytes

◆ init

- (instancetype) init

◆ isInManualListOfUnrecognizedChunkParameterThatMustBeReportedWithParameter:

+ (bool) isInManualListOfUnrecognizedChunkParameterThatMustBeReportedWithParameter: (int)  parameter

◆ parseBytes:startIndex:offsetPlus:

+ (FMLiveSwitchSctpTlvParameter*) parseBytes: (NSMutableData *)  value
startIndex: (int)  startIndex
offsetPlus: (int *)  offsetPlus 

◆ reportToSenderIfItIsNotRecognized

- (bool) reportToSenderIfItIsNotRecognized

◆ setType:

- (void) setType: (int)  value

◆ tlvParameter

+ (FMLiveSwitchSctpTlvParameter*) tlvParameter

◆ type

- (int) type