Instance Methods | |
| (NSMutableData *) | - getBytes | 
| (instancetype) | - initWithLength: | 
  Instance Methods inherited from FMLiveSwitchSctpChunk | |
| (bool) | - doNotProcessFurtherChunksIfItIsNotRecognized | 
| (instancetype) | - init | 
| (bool) | - reportToSenderIfItIsNotRecognized | 
| (FMLiveSwitchScheduledItem *) | - resendScheduledItem | 
| (void) | - setResendScheduledItem: | 
| (void) | - setType: | 
| (void) | - setUnrecognized: | 
| (int) | - type | 
| (bool) | - unrecognized | 
Class Methods | |
| (NSMutableData *) | + getBytesWithChunk: | 
| (FMLiveSwitchSctpPadChunk *) | + padChunkWithLength: | 
| (FMLiveSwitchSctpPadChunk *) | + parseBytes:offsetPlus: | 
  Class Methods inherited from FMLiveSwitchSctpChunk | |
| (void) | + addPaddingWithBytes: | 
| (int) | + calculatePaddingBytesWithLen: | 
| (FMLiveSwitchSctpChunk *) | + chunk | 
| (FMLiveSwitchSctpChunk *) | + parseBytes:startIndex:offsetPlus: | 
| - (NSMutableData*) getBytes | 
Implements FMLiveSwitchSctpChunk.
| + (NSMutableData*) getBytesWithChunk: | (FMLiveSwitchSctpPadChunk *) | chunk | 
| - (instancetype) initWithLength: | (int) | length | 
| + (FMLiveSwitchSctpPadChunk*) padChunkWithLength: | (int) | length | 
| + (FMLiveSwitchSctpPadChunk*) parseBytes: | (NSMutableData *) | bytes | |
| offsetPlus: | (int *) | offsetPlus | |