FMLiveSwitchSctpChunk Class Reference

Instance Methods

(bool) - doNotProcessFurtherChunksIfItIsNotRecognized
 
(NSMutableData *) - getBytes
 
(instancetype) - init
 
(bool) - reportToSenderIfItIsNotRecognized
 
(FMLiveSwitchScheduledItem *) - resendScheduledItem
 
(void) - setResendScheduledItem:
 
(void) - setType:
 
(void) - setUnrecognized:
 
(int) - type
 
(bool) - unrecognized
 

Class Methods

(void) + addPaddingWithBytes:
 
(int) + calculatePaddingBytesWithLen:
 
(FMLiveSwitchSctpChunk *) + chunk
 
(FMLiveSwitchSctpChunk *) + parseBytes:startIndex:offsetPlus:
 

Method Documentation

◆ addPaddingWithBytes:

+ (void) addPaddingWithBytes: (FMLiveSwitchByteCollection *)  bytes

◆ calculatePaddingBytesWithLen:

+ (int) calculatePaddingBytesWithLen: (int)  len

◆ chunk

◆ doNotProcessFurtherChunksIfItIsNotRecognized

- (bool) doNotProcessFurtherChunksIfItIsNotRecognized

◆ getBytes

◆ init

◆ parseBytes:startIndex:offsetPlus:

+ (FMLiveSwitchSctpChunk*) parseBytes: (NSMutableData *)  value
startIndex: (int)  startIndex
offsetPlus: (int *)  offsetPlus 

◆ reportToSenderIfItIsNotRecognized

- (bool) reportToSenderIfItIsNotRecognized

◆ resendScheduledItem

- (FMLiveSwitchScheduledItem*) resendScheduledItem

◆ setResendScheduledItem:

- (void) setResendScheduledItem: (FMLiveSwitchScheduledItem *)  value

◆ setType:

- (void) setType: (int)  value

◆ setUnrecognized:

- (void) setUnrecognized: (bool)  value

◆ type

- (int) type

◆ unrecognized

- (bool) unrecognized