Instance Methods | |
| (long long) | - cumulativeTsnAck |
| (NSMutableData *) | - getBytes |
| (instancetype) | - initWithCumulativeTSNAck: |
| (void) | - setCumulativeTsnAck: |
Instance Methods inherited from FMLiveSwitchSctpControlChunk | |
| (bool) | - canBundleWithDataAndSackChunks |
| (instancetype) | - init |
| (void) | - setCanBundleWithDataAndSackChunks: |
Instance Methods inherited from FMLiveSwitchSctpChunk | |
| (bool) | - doNotProcessFurtherChunksIfItIsNotRecognized |
| (bool) | - reportToSenderIfItIsNotRecognized |
| (FMLiveSwitchScheduledItem *) | - resendScheduledItem |
| (void) | - setResendScheduledItem: |
| (void) | - setType: |
| (void) | - setUnrecognized: |
| (int) | - type |
| (bool) | - unrecognized |
Class Methods | |
| (NSMutableData *) | + getBytesWithChunk: |
| (FMLiveSwitchSctpShutdownChunk *) | + parseBytes:offsetPlus: |
| (FMLiveSwitchSctpShutdownChunk *) | + shutdownChunkWithCumulativeTSNAck: |
Class Methods inherited from FMLiveSwitchSctpControlChunk | |
| (FMLiveSwitchSctpControlChunk *) | + controlChunk |
Class Methods inherited from FMLiveSwitchSctpChunk | |
| (void) | + addPaddingWithBytes: |
| (int) | + calculatePaddingBytesWithLen: |
| (FMLiveSwitchSctpChunk *) | + chunk |
| (FMLiveSwitchSctpChunk *) | + parseBytes:startIndex:offsetPlus: |
| - (long long) cumulativeTsnAck |
| - (NSMutableData*) getBytes |
Implements FMLiveSwitchSctpChunk.
| + (NSMutableData*) getBytesWithChunk: | (FMLiveSwitchSctpShutdownChunk *) | chunk |
| - (instancetype) initWithCumulativeTSNAck: | (long long) | cumulativeTSNAck |
| + (FMLiveSwitchSctpShutdownChunk*) parseBytes: | (NSMutableData *) | bytes | |
| offsetPlus: | (int *) | offsetPlus | |
| - (void) setCumulativeTsnAck: | (long long) | value |
| + (FMLiveSwitchSctpShutdownChunk*) shutdownChunkWithCumulativeTSNAck: | (long long) | cumulativeTSNAck |