Instance Methods | |
| (NSMutableData *) | - getBytes |
| (instancetype) | - initWithStateCookie: |
| (instancetype) | - initWithStateCookieBytes: |
| (void) | - setStateCookie: |
| (void) | - setStateCookieBytes: |
| (FMLiveSwitchSctpStateCookie *) | - stateCookie |
| (NSMutableData *) | - stateCookieBytes |
Instance Methods inherited from FMLiveSwitchSctpTlvParameter | |
| (bool) | - doNotProcessFurtherParametersIfItIsNotRecognized |
| (instancetype) | - init |
| (bool) | - reportToSenderIfItIsNotRecognized |
| (void) | - setType: |
| (int) | - type |
| - (NSMutableData*) getBytes |
Implements FMLiveSwitchSctpTlvParameter.
| + (NSMutableData*) getBytesWithParameter: | (FMLiveSwitchSctpStateCookieChunkParameter *) | parameter |
| - (instancetype) initWithStateCookie: | (FMLiveSwitchSctpStateCookie *) | stateCookie |
| - (instancetype) initWithStateCookieBytes: | (NSMutableData *) | stateCookieBytes |
| + (FMLiveSwitchSctpStateCookieChunkParameter*) parseBytes: | (NSMutableData *) | bytes | |
| offsetPlus: | (int *) | offsetPlus | |
| + (FMLiveSwitchSctpStateCookieChunkParameter*) parseBytes: | (NSMutableData *) | value | |
| startIndex: | (int) | startIndex | |
| offsetPlus: | (int *) | offsetPlus | |
Implements FMLiveSwitchSctpTlvParameter.
| - (void) setStateCookie: | (FMLiveSwitchSctpStateCookie *) | value |
| - (void) setStateCookieBytes: | (NSMutableData *) | value |
| - (FMLiveSwitchSctpStateCookie*) stateCookie |
| - (NSMutableData*) stateCookieBytes |
| + (FMLiveSwitchSctpStateCookieChunkParameter*) stateCookieChunkParameterWithStateCookie: | (FMLiveSwitchSctpStateCookie *) | stateCookie |
| + (FMLiveSwitchSctpStateCookieChunkParameter*) stateCookieChunkParameterWithStateCookieBytes: | (NSMutableData *) | stateCookieBytes |