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 |
| - (NSMutableData*) getBytes |
Implements FMLiveSwitchSctpTlvParameter.
| + (NSMutableData*) getBytesWithParameter: | (FMLiveSwitchSctpSupportedExtensionsChunkParameter *) | parameter |
| - (instancetype) initWithExtensions: | (NSMutableData *) | extensions |
| + (FMLiveSwitchSctpSupportedExtensionsChunkParameter*) parseBytes: | (NSMutableData *) | bytes | |
| offsetPlus: | (int *) | offsetPlus | |
| - (void) setSupportedChunkExtensions: | (NSMutableData *) | value |
| - (NSMutableData*) supportedChunkExtensions |
| + (FMLiveSwitchSctpSupportedExtensionsChunkParameter*) supportedExtensionsChunkParameterWithExtensions: | (NSMutableData *) | extensions |