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