Instance Methods | |
| (NSMutableData *) | - chunkBytes | 
| (NSMutableData *) | - getBytes | 
| (instancetype) | - initWithChunkBytes: | 
| (void) | - setChunkBytes: | 
  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 | |
| (FMLiveSwitchSctpGenericChunk *) | + genericChunkWithChunkBytes: | 
| (NSMutableData *) | + getBytesWithChunk: | 
| (FMLiveSwitchSctpGenericChunk *) | + parseBytes:offsetPlus: | 
  Class Methods inherited from FMLiveSwitchSctpChunk | |
| (void) | + addPaddingWithBytes: | 
| (int) | + calculatePaddingBytesWithLen: | 
| (FMLiveSwitchSctpChunk *) | + chunk | 
| (FMLiveSwitchSctpChunk *) | + parseBytes:startIndex:offsetPlus: | 
| - (NSMutableData*) chunkBytes | 
| + (FMLiveSwitchSctpGenericChunk*) genericChunkWithChunkBytes: | (NSMutableData *) | chunkBytes | 
| - (NSMutableData*) getBytes | 
Implements FMLiveSwitchSctpChunk.
| + (NSMutableData*) getBytesWithChunk: | (FMLiveSwitchSctpGenericChunk *) | chunk | 
| - (instancetype) initWithChunkBytes: | (NSMutableData *) | chunkBytes | 
| + (FMLiveSwitchSctpGenericChunk*) parseBytes: | (NSMutableData *) | bytes | |
| offsetPlus: | (int *) | offsetPlus | |
| - (void) setChunkBytes: | (NSMutableData *) | value |