FMLiveSwitchSctpShutdownChunk Class Reference

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:
 

Method Documentation

◆ cumulativeTsnAck

- (long long) cumulativeTsnAck

◆ getBytes

- (NSMutableData*) getBytes

Implements FMLiveSwitchSctpChunk.

◆ getBytesWithChunk:

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

◆ initWithCumulativeTSNAck:

- (instancetype) initWithCumulativeTSNAck: (long long)  cumulativeTSNAck

◆ parseBytes:offsetPlus:

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

◆ setCumulativeTsnAck:

- (void) setCumulativeTsnAck: (long long)  value

◆ shutdownChunkWithCumulativeTSNAck:

+ (FMLiveSwitchSctpShutdownChunk*) shutdownChunkWithCumulativeTSNAck: (long long)  cumulativeTSNAck