Instance Methods | |
| (NSMutableData *) | - getBytes | 
| (instancetype) | - initWithLength: | 
  Instance Methods inherited from FMLiveSwitchSctpTlvParameter | |
| (bool) | - doNotProcessFurtherParametersIfItIsNotRecognized | 
| (instancetype) | - init | 
| (bool) | - reportToSenderIfItIsNotRecognized | 
| (void) | - setType: | 
| (int) | - type | 
Class Methods | |
| (NSMutableData *) | + getBytesWithParameter: | 
| (FMLiveSwitchSctpPadChunkParameter *) | + padChunkParameterWithLength: | 
| (FMLiveSwitchSctpPadChunkParameter *) | + parseBytes:offsetPlus: | 
  Class Methods inherited from FMLiveSwitchSctpTlvParameter | |
| (bool) | + isInManualListOfUnrecognizedChunkParameterThatMustBeReportedWithParameter: | 
| (FMLiveSwitchSctpTlvParameter *) | + parseBytes:startIndex:offsetPlus: | 
| (FMLiveSwitchSctpTlvParameter *) | + tlvParameter | 
| - (NSMutableData*) getBytes | 
Implements FMLiveSwitchSctpTlvParameter.
| + (NSMutableData*) getBytesWithParameter: | (FMLiveSwitchSctpPadChunkParameter *) | parameter | 
| - (instancetype) initWithLength: | (int) | length | 
| + (FMLiveSwitchSctpPadChunkParameter*) padChunkParameterWithLength: | (int) | length | 
| + (FMLiveSwitchSctpPadChunkParameter*) parseBytes: | (NSMutableData *) | bytes | |
| offsetPlus: | (int *) | offsetPlus | |