Instance Methods | |
| (instancetype) | - initWithPacketBytes:state: |
| (instancetype) | - initWithState: |
| (FMLiveSwitchDataBuffer *) | - packetBytes |
| (void) | - setPacketBytes: |
| (void) | - setState: |
| (void) | - setType: |
| (FMLiveSwitchSctpTcbState) | - state |
| (uint8_t) | - type |
Class Methods | |
| (FMLiveSwitchSctpResendArgs *) | + resendArgsWithPacketBytes:state: |
| (FMLiveSwitchSctpResendArgs *) | + resendArgsWithState: |
| - (instancetype) initWithPacketBytes: | (FMLiveSwitchDataBuffer *) | packetBytes | |
| state: | (FMLiveSwitchSctpTcbState) | state | |
| - (instancetype) initWithState: | (FMLiveSwitchSctpTcbState) | state |
| - (FMLiveSwitchDataBuffer*) packetBytes |
| + (FMLiveSwitchSctpResendArgs*) resendArgsWithPacketBytes: | (FMLiveSwitchDataBuffer *) | packetBytes | |
| state: | (FMLiveSwitchSctpTcbState) | state | |
| + (FMLiveSwitchSctpResendArgs*) resendArgsWithState: | (FMLiveSwitchSctpTcbState) | state |
| - (void) setPacketBytes: | (FMLiveSwitchDataBuffer *) | value |
| - (void) setState: | (FMLiveSwitchSctpTcbState) | value |
| - (void) setType: | (uint8_t) | value |
| - (FMLiveSwitchSctpTcbState) state |
| - (uint8_t) type |