Instance Methods | |
(NSMutableData *) | - getBytes |
(FMLiveSwitchSctpTlvParameter *) | - heartbeatInfo |
(instancetype) | - initWithHeartbeatInfo: |
(void) | - setHeartbeatInfo: |
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: |
(FMLiveSwitchSctpHeartbeatAckChunk *) | + heartbeatAckChunkWithHeartbeatInfo: |
(FMLiveSwitchSctpHeartbeatAckChunk *) | + parseBytes:offsetPlus: |
Class Methods inherited from FMLiveSwitchSctpControlChunk | |
(FMLiveSwitchSctpControlChunk *) | + controlChunk |
Class Methods inherited from FMLiveSwitchSctpChunk | |
(void) | + addPaddingWithBytes: |
(int) | + calculatePaddingBytesWithLen: |
(FMLiveSwitchSctpChunk *) | + chunk |
(FMLiveSwitchSctpChunk *) | + parseBytes:startIndex:offsetPlus: |
- (NSMutableData*) getBytes |
Implements FMLiveSwitchSctpChunk.
+ (NSMutableData*) getBytesWithChunk: | (FMLiveSwitchSctpHeartbeatAckChunk *) | chunk |
+ (FMLiveSwitchSctpHeartbeatAckChunk*) heartbeatAckChunkWithHeartbeatInfo: | (FMLiveSwitchSctpTlvParameter *) | heartbeatInfo |
- (FMLiveSwitchSctpTlvParameter*) heartbeatInfo |
- (instancetype) initWithHeartbeatInfo: | (FMLiveSwitchSctpTlvParameter *) | heartbeatInfo |
+ (FMLiveSwitchSctpHeartbeatAckChunk*) parseBytes: | (NSMutableData *) | bytes | |
offsetPlus: | (int *) | offsetPlus | |
- (void) setHeartbeatInfo: | (FMLiveSwitchSctpTlvParameter *) | value |