Class Methods | |
| (NSMutableData *) | + getBytesWithChunk:sizeLimit: |
| (FMLiveSwitchSctpSackChunk *) | + parseBytes:offsetPlus: |
| (FMLiveSwitchSctpSackChunk *) | + sackChunkWithCumulativeTsnAck:advertisedReceiverWindowCredit:gapAckBlocks:duplicateTsns: |
Class Methods inherited from FMLiveSwitchSctpControlChunk | |
| (FMLiveSwitchSctpControlChunk *) | + controlChunk |
Class Methods inherited from FMLiveSwitchSctpChunk | |
| (void) | + addPaddingWithBytes: |
| (int) | + calculatePaddingBytesWithLen: |
| (FMLiveSwitchSctpChunk *) | + chunk |
| (FMLiveSwitchSctpChunk *) | + parseBytes:startIndex:offsetPlus: |
| - (long long) advertisedReceiverWindowCredit |
| - (long long) cumulativeTsnAck |
| - (NSString*) description |
| - (NSMutableArray*) duplicateTsns |
| - (NSMutableArray*) gapAckBlocks |
| - (NSMutableData*) getBytes |
Implements FMLiveSwitchSctpChunk.
| + (NSMutableData*) getBytesWithChunk: | (FMLiveSwitchSctpSackChunk *) | chunk | |
| sizeLimit: | (int) | sizeLimit | |
| - (NSMutableData*) getBytesWithSizeLimit: | (int) | sizeLimit |
| - (instancetype) initWithCumulativeTsnAck: | (long long) | cumulativeTsnAck | |
| advertisedReceiverWindowCredit: | (long long) | advertisedReceiverWindowCredit | |
| gapAckBlocks: | (NSMutableArray *) | gapAckBlocks | |
| duplicateTsns: | (NSMutableArray *) | duplicateTsns | |
| - (bool) isEqualWithChunk: | (FMLiveSwitchSctpSackChunk *) | chunk |
| - (int) numberOfDuplicateTsns |
| - (int) numberOfGapAckBlocks |
| + (FMLiveSwitchSctpSackChunk*) parseBytes: | (NSMutableData *) | bytes | |
| offsetPlus: | (int *) | offsetPlus | |
| + (FMLiveSwitchSctpSackChunk*) sackChunkWithCumulativeTsnAck: | (long long) | cumulativeTsnAck | |
| advertisedReceiverWindowCredit: | (long long) | advertisedReceiverWindowCredit | |
| gapAckBlocks: | (NSMutableArray *) | gapAckBlocks | |
| duplicateTsns: | (NSMutableArray *) | duplicateTsns | |
| - (void) setAdvertisedReceiverWindowCredit: | (long long) | value |
| - (void) setCumulativeTsnAck: | (long long) | value |
| - (void) setDuplicateTsns: | (NSMutableArray *) | value |
| - (void) setGapAckBlocks: | (NSMutableArray *) | value |