Instance Methods | |
(long long) | - checksum |
(int) | - destinationPortNumber |
(NSMutableData *) | - getBytes |
(instancetype) | - initWithSourcePort:destionationPort:vTag: |
(instancetype) | - initWithSourcePort:destionationPort:vTag:checksum: |
(void) | - setChecksum: |
(void) | - setDestinationPortNumber: |
(void) | - setSourcePortNumber: |
(void) | - setVerificationTag: |
(int) | - sourcePortNumber |
(long long) | - verificationTag |
Class Methods | |
(FMLiveSwitchSctpCommonHeader *) | + commonHeaderWithSourcePort:destionationPort:vTag: |
(FMLiveSwitchSctpCommonHeader *) | + commonHeaderWithSourcePort:destionationPort:vTag:checksum: |
(NSMutableData *) | + getBytesWithHeader: |
(FMLiveSwitchSctpCommonHeader *) | + parseBytes:offsetPlus: |
- (long long) checksum |
+ (FMLiveSwitchSctpCommonHeader*) commonHeaderWithSourcePort: | (int) | sourcePort | |
destionationPort: | (int) | destionationPort | |
vTag: | (long long) | vTag | |
+ (FMLiveSwitchSctpCommonHeader*) commonHeaderWithSourcePort: | (int) | sourcePort | |
destionationPort: | (int) | destionationPort | |
vTag: | (long long) | vTag | |
checksum: | (long long) | checksum | |
- (int) destinationPortNumber |
- (NSMutableData*) getBytes |
+ (NSMutableData*) getBytesWithHeader: | (FMLiveSwitchSctpCommonHeader *) | header |
- (instancetype) initWithSourcePort: | (int) | sourcePort | |
destionationPort: | (int) | destionationPort | |
vTag: | (long long) | vTag | |
- (instancetype) initWithSourcePort: | (int) | sourcePort | |
destionationPort: | (int) | destionationPort | |
vTag: | (long long) | vTag | |
checksum: | (long long) | checksum | |
+ (FMLiveSwitchSctpCommonHeader*) parseBytes: | (NSMutableData *) | bytes | |
offsetPlus: | (int *) | offsetPlus | |
- (void) setChecksum: | (long long) | value |
- (void) setDestinationPortNumber: | (int) | value |
- (void) setSourcePortNumber: | (int) | value |
- (void) setVerificationTag: | (long long) | value |
- (int) sourcePortNumber |
- (long long) verificationTag |