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