FMLiveSwitchSctpAbortChunk Class Reference

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:
 

Method Documentation

◆ abortChunkWithVerificationTagReflected:

+ (FMLiveSwitchSctpAbortChunk*) abortChunkWithVerificationTagReflected: (bool)  verificationTagReflected

◆ abortChunkWithVerificationTagReflected:errorCauses:

+ (FMLiveSwitchSctpAbortChunk*) abortChunkWithVerificationTagReflected: (bool)  verificationTagReflected
errorCauses: (NSMutableArray *)  errorCauses 

◆ errorCauses

- (NSMutableArray*) errorCauses

◆ getBytes

- (NSMutableData*) getBytes

Implements FMLiveSwitchSctpChunk.

◆ getBytesWithChunk:

+ (NSMutableData*) getBytesWithChunk: (FMLiveSwitchSctpAbortChunk *)  chunk

◆ initWithVerificationTagReflected:

- (instancetype) initWithVerificationTagReflected: (bool)  verificationTagReflected

◆ initWithVerificationTagReflected:errorCauses:

- (instancetype) initWithVerificationTagReflected: (bool)  verificationTagReflected
errorCauses: (NSMutableArray *)  errorCauses 

◆ parseBytes:offsetPlus:

+ (FMLiveSwitchSctpAbortChunk*) parseBytes: (NSMutableData *)  bytes
offsetPlus: (int *)  offsetPlus 

◆ setErrorCauses:

- (void) setErrorCauses: (NSMutableArray *)  value

◆ setVerificationTagReflected:

- (void) setVerificationTagReflected: (bool)  value

◆ verificationTagReflected

- (bool) verificationTagReflected