Instance Methods | |
| (NSMutableData *) | - getBytes |
| (instancetype) | - initWithMyVTag:peerVTag:peerReceiverWindowCredit:lastReceivedTsnFromPeer:outboundStreams:timestamp:secretKey:partialReliabilitySupported: |
| (long long) | - lastReceivedTsnFromPeer |
| (long long) | - myVerificationTag |
| (int) | - numberOfOutboundStreams |
| (bool) | - partialReliabilityExtensionSupported |
| (long long) | - peerReceiverWindowCredit |
| (long long) | - peerVerificationTag |
| (FMLiveSwitchDataBuffer *) | - secretKey |
| (void) | - setLastReceivedTsnFromPeer: |
| (void) | - setMyVerificationTag: |
| (void) | - setNumberOfOutboundStreams: |
| (void) | - setPartialReliabilityExtensionSupported: |
| (void) | - setPeerReceiverWindowCredit: |
| (void) | - setPeerVerificationTag: |
| (void) | - setSecretKey: |
| (void) | - setTimestamp: |
| (long long) | - timestamp |
| - (NSMutableData*) getBytes |
| + (NSMutableData*) getBytesWithCookie: | (FMLiveSwitchSctpStateCookie *) | cookie |
| - (instancetype) initWithMyVTag: | (long long) | myVTag | |
| peerVTag: | (long long) | peerVTag | |
| peerReceiverWindowCredit: | (long long) | peerReceiverWindowCredit | |
| lastReceivedTsnFromPeer: | (long long) | lastReceivedTsnFromPeer | |
| outboundStreams: | (int) | outboundStreams | |
| timestamp: | (long long) | timestamp | |
| secretKey: | (FMLiveSwitchDataBuffer *) | secretKey | |
| partialReliabilitySupported: | (bool) | partialReliabilitySupported | |
| - (long long) lastReceivedTsnFromPeer |
| - (long long) myVerificationTag |
| - (int) numberOfOutboundStreams |
| + (FMLiveSwitchSctpStateCookie*) parseBytes: | (NSMutableData *) | bytes | |
| offsetPlus: | (int *) | offsetPlus | |
| secretKey: | (FMLiveSwitchDataBuffer *) | secretKey | |
| + (FMLiveSwitchSctpStateCookie*) parseBytes: | (NSMutableData *) | value | |
| startIndex: | (int) | startIndex | |
| offsetPlus: | (int *) | offsetPlus | |
| secretKey: | (FMLiveSwitchDataBuffer *) | secretKey | |
| - (bool) partialReliabilityExtensionSupported |
| - (long long) peerReceiverWindowCredit |
| - (long long) peerVerificationTag |
| - (FMLiveSwitchDataBuffer*) secretKey |
| - (void) setLastReceivedTsnFromPeer: | (long long) | value |
| - (void) setMyVerificationTag: | (long long) | value |
| - (void) setNumberOfOutboundStreams: | (int) | value |
| - (void) setPartialReliabilityExtensionSupported: | (bool) | value |
| - (void) setPeerReceiverWindowCredit: | (long long) | value |
| - (void) setPeerVerificationTag: | (long long) | value |
| - (void) setSecretKey: | (FMLiveSwitchDataBuffer *) | value |
| - (void) setTimestamp: | (long long) | value |
| + (FMLiveSwitchSctpStateCookie*) stateCookieWithMyVTag: | (long long) | myVTag | |
| peerVTag: | (long long) | peerVTag | |
| peerReceiverWindowCredit: | (long long) | peerReceiverWindowCredit | |
| lastReceivedTsnFromPeer: | (long long) | lastReceivedTsnFromPeer | |
| outboundStreams: | (int) | outboundStreams | |
| timestamp: | (long long) | timestamp | |
| secretKey: | (FMLiveSwitchDataBuffer *) | secretKey | |
| partialReliabilitySupported: | (bool) | partialReliabilitySupported | |
| - (long long) timestamp |