Class Methods | |
(NSMutableData *) | + getBytesWithChunk: |
(FMLiveSwitchSctpInitAckChunk *) | + initAckChunkWithInitiateTag:advertisedReceiverWindowCredit:numberOfOutboundStreams:numberOfInboundStreams:initialTsn:stateCookie:hostNameAddress:unrecognizedParameter: |
(FMLiveSwitchSctpInitAckChunk *) | + parseBytes:offsetPlus: |
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 |
- (FMLiveSwitchSctpAuthenticatedChunksParameters*) authenticatedChunksParameters |
- (FMLiveSwitchSctpDynamicAddressReconfigurationSupportParameters*) dynamicAddressReconfigurationParameters |
- (NSMutableData*) getBytes |
Implements FMLiveSwitchSctpChunk.
+ (NSMutableData*) getBytesWithChunk: | (FMLiveSwitchSctpInitAckChunk *) | chunk |
- (FMLiveSwitchSctpHostNameAddressChunkParameter*) hostNameAddress |
+ (FMLiveSwitchSctpInitAckChunk*) initAckChunkWithInitiateTag: | (long long) | initiateTag | |
advertisedReceiverWindowCredit: | (long long) | advertisedReceiverWindowCredit | |
numberOfOutboundStreams: | (int) | numberOfOutboundStreams | |
numberOfInboundStreams: | (int) | numberOfInboundStreams | |
initialTsn: | (long long) | initialTsn | |
stateCookie: | (FMLiveSwitchSctpStateCookieChunkParameter *) | stateCookie | |
hostNameAddress: | (FMLiveSwitchSctpHostNameAddressChunkParameter *) | hostNameAddress | |
unrecognizedParameter: | (FMLiveSwitchSctpUnrecognizedParameterChunkParameter *) | unrecognizedParameter | |
- (long long) initialTsn |
- (long long) initiateTag |
- (instancetype) initWithInitiateTag: | (long long) | initiateTag | |
advertisedReceiverWindowCredit: | (long long) | advertisedReceiverWindowCredit | |
numberOfOutboundStreams: | (int) | numberOfOutboundStreams | |
numberOfInboundStreams: | (int) | numberOfInboundStreams | |
initialTsn: | (long long) | initialTsn | |
stateCookie: | (FMLiveSwitchSctpStateCookieChunkParameter *) | stateCookie | |
hostNameAddress: | (FMLiveSwitchSctpHostNameAddressChunkParameter *) | hostNameAddress | |
unrecognizedParameter: | (FMLiveSwitchSctpUnrecognizedParameterChunkParameter *) | unrecognizedParameter | |
- (NSMutableArray*) ipv4Addresses |
- (int) numberOfInboundStreams |
- (int) numberOfOutboundStreams |
+ (FMLiveSwitchSctpInitAckChunk*) parseBytes: | (NSMutableData *) | bytes | |
offsetPlus: | (int *) | offsetPlus | |
- (FMLiveSwitchSctpPartialReliabilitySupportParameters*) partialReliabilityParameters |
- (void) setAdvertisedReceiverWindowCredit: | (long long) | value |
- (void) setAuthenticatedChunksParameters: | (FMLiveSwitchSctpAuthenticatedChunksParameters *) | value |
- (void) setDynamicAddressReconfigurationParameters: | (FMLiveSwitchSctpDynamicAddressReconfigurationSupportParameters *) | value |
- (void) setHostNameAddress: | (FMLiveSwitchSctpHostNameAddressChunkParameter *) | value |
- (void) setInitialTsn: | (long long) | value |
- (void) setInitiateTag: | (long long) | value |
- (void) setIPv4Addresses: | (NSMutableArray *) | value |
- (void) setNumberOfInboundStreams: | (int) | value |
- (void) setNumberOfOutboundStreams: | (int) | value |
- (void) setPartialReliabilityParameters: | (FMLiveSwitchSctpPartialReliabilitySupportParameters *) | value |
- (void) setStateCookieChunk: | (FMLiveSwitchSctpStateCookieChunkParameter *) | value |
- (void) setUnrecognizedParameter: | (FMLiveSwitchSctpUnrecognizedParameterChunkParameter *) | value |
- (void) setUnrecognizedParametersThatNeedToBeReportedBackToSender: | (NSMutableArray *) | value |
- (FMLiveSwitchSctpStateCookieChunkParameter*) stateCookieChunk |
- (NSMutableData*) supportedExtensionsChunks |
- (FMLiveSwitchSctpUnrecognizedParameterChunkParameter*) unrecognizedParameter |
- (NSMutableArray*) unrecognizedParametersThatNeedToBeReportedBackToSender |