Instance Methods | |
| (NSMutableData *) | - getBytes |
| (instancetype) | - initWithVerificationTagReflected: |
| (void) | - setVerificationTagReflected: |
| (bool) | - verificationTagReflected |
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: |
| (FMLiveSwitchSctpShutdownCompleteChunk *) | + parseBytes:offsetPlus: |
| (FMLiveSwitchSctpShutdownCompleteChunk *) | + shutdownCompleteChunkWithVerificationTagReflected: |
Class Methods inherited from FMLiveSwitchSctpControlChunk | |
| (FMLiveSwitchSctpControlChunk *) | + controlChunk |
Class Methods inherited from FMLiveSwitchSctpChunk | |
| (void) | + addPaddingWithBytes: |
| (int) | + calculatePaddingBytesWithLen: |
| (FMLiveSwitchSctpChunk *) | + chunk |
| (FMLiveSwitchSctpChunk *) | + parseBytes:startIndex:offsetPlus: |
| - (NSMutableData*) getBytes |
Implements FMLiveSwitchSctpChunk.
| + (NSMutableData*) getBytesWithChunk: | (FMLiveSwitchSctpShutdownCompleteChunk *) | chunk |
| - (instancetype) initWithVerificationTagReflected: | (bool) | verificationTagReflected |
| + (FMLiveSwitchSctpShutdownCompleteChunk*) parseBytes: | (NSMutableData *) | bytes | |
| offsetPlus: | (int *) | offsetPlus | |
| - (void) setVerificationTagReflected: | (bool) | value |
| + (FMLiveSwitchSctpShutdownCompleteChunk*) shutdownCompleteChunkWithVerificationTagReflected: | (bool) | verificationTagReflected |
| - (bool) verificationTagReflected |