Instance Methods | |
(long long) | - absoluteGapAckBlockEnd |
(long long) | - absoluteGapAckBlockStart |
(NSMutableData *) | - getBytesWithCumulativeTsn: |
(instancetype) | - initWithStart:end: |
(void) | - setAbsoluteGapAckBlockEnd: |
(void) | - setAbsoluteGapAckBlockStart: |
Class Methods | |
(FMLiveSwitchSctpGapAckBlock *) | + gapAckBlockWithStart:end: |
(NSMutableData *) | + getBytesWithChunk:cumulativeTsn: |
(FMLiveSwitchSctpGapAckBlock *) | + parseBytes:startIndex:cumulativeTsn:offsetPlus: |
- (long long) absoluteGapAckBlockEnd |
- (long long) absoluteGapAckBlockStart |
+ (FMLiveSwitchSctpGapAckBlock*) gapAckBlockWithStart: | (long long) | start | |
end: | (long long) | end | |
+ (NSMutableData*) getBytesWithChunk: | (FMLiveSwitchSctpGapAckBlock *) | chunk | |
cumulativeTsn: | (long long) | cumulativeTsn | |
- (NSMutableData*) getBytesWithCumulativeTsn: | (long long) | cumulativeTsn |
- (instancetype) initWithStart: | (long long) | start | |
end: | (long long) | end | |
+ (FMLiveSwitchSctpGapAckBlock*) parseBytes: | (NSMutableData *) | value | |
startIndex: | (int) | startIndex | |
cumulativeTsn: | (long long) | cumulativeTsn | |
offsetPlus: | (int *) | offsetPlus | |
- (void) setAbsoluteGapAckBlockEnd: | (long long) | value |
- (void) setAbsoluteGapAckBlockStart: | (long long) | value |