Instance Methods | |
(NSMutableArray *) | - chunks |
(NSMutableData *) | - getBytes |
(FMLiveSwitchSctpCommonHeader *) | - header |
(instancetype) | - initWithHeader:chunks: |
(void) | - setChunks: |
(void) | - setHeader: |
(NSMutableArray *) | - unrecognizedChunksThatShouldBeReportedToSender |
Class Methods | |
(long long) | + computeCRC32cForSCTPWithBytes:offset:len: |
(FMLiveSwitchSctpPacket *) | + packetWithHeader:chunks: |
(FMLiveSwitchSctpPacket *) | + parseBytes: |
(FMLiveSwitchSctpPacket *) | + parseBytes:startIndex:length: |
(bool) | + verifyCRC32cChecksumWithSctpBytes:offset:len: |
- (NSMutableArray*) chunks |
+ (long long) computeCRC32cForSCTPWithBytes: | (NSMutableData *) | bytes | |
offset: | (int) | offset | |
len: | (int) | len | |
- (NSMutableData*) getBytes |
- (FMLiveSwitchSctpCommonHeader*) header |
- (instancetype) initWithHeader: | (FMLiveSwitchSctpCommonHeader *) | header | |
chunks: | (NSMutableArray *) | chunks | |
+ (FMLiveSwitchSctpPacket*) packetWithHeader: | (FMLiveSwitchSctpCommonHeader *) | header | |
chunks: | (NSMutableArray *) | chunks | |
+ (FMLiveSwitchSctpPacket*) parseBytes: | (NSMutableData *) | value |
+ (FMLiveSwitchSctpPacket*) parseBytes: | (NSMutableData *) | value | |
startIndex: | (int) | startIndex | |
length: | (int) | length | |
- (void) setChunks: | (NSMutableArray *) | value |
- (void) setHeader: | (FMLiveSwitchSctpCommonHeader *) | value |
- (NSMutableArray*) unrecognizedChunksThatShouldBeReportedToSender |
+ (bool) verifyCRC32cChecksumWithSctpBytes: | (NSMutableData *) | sctpBytes | |
offset: | (int) | offset | |
len: | (int) | len | |