|
Oolite 1.91.0.7712-251017-85ce217
|
Public Attributes | |
| uint8_t | header [4] |
| uint32_t | headerSpaceUsed |
| OOALMutableDataRef | nextPacketData |
| uint32_t | nextSize |
| OOTCPStreamDecoderPacketCallback | Packet |
| OOTCPStreamDecoderErrorCallback | Error |
| OOTCPStreamDecoderFinalizeCallback | Finalize |
| void * | cbInfo |
Definition at line 45 of file OOTCPStreamDecoder.c.
| void* OOTCPStreamDecoder::cbInfo |
Definition at line 56 of file OOTCPStreamDecoder.c.
Referenced by Error(), OOTCPStreamDecoderCreate(), OOTCPStreamDecoderDestroy(), and PacketReady().
| OOTCPStreamDecoderErrorCallback OOTCPStreamDecoder::Error |
Definition at line 53 of file OOTCPStreamDecoder.c.
Referenced by Error(), and OOTCPStreamDecoderCreate().
| OOTCPStreamDecoderFinalizeCallback OOTCPStreamDecoder::Finalize |
Definition at line 54 of file OOTCPStreamDecoder.c.
Referenced by OOTCPStreamDecoderCreate(), and OOTCPStreamDecoderDestroy().
| uint8_t OOTCPStreamDecoder::header[4] |
Definition at line 47 of file OOTCPStreamDecoder.c.
Referenced by OOTCPStreamDecoderReceiveBytes().
| uint32_t OOTCPStreamDecoder::headerSpaceUsed |
Definition at line 48 of file OOTCPStreamDecoder.c.
Referenced by OOTCPStreamDecoderCreate(), and OOTCPStreamDecoderReceiveBytes().
| OOALMutableDataRef OOTCPStreamDecoder::nextPacketData |
Definition at line 49 of file OOTCPStreamDecoder.c.
Referenced by OOTCPStreamDecoderCreate(), OOTCPStreamDecoderDestroy(), OOTCPStreamDecoderReceiveBytes(), and PacketReady().
| uint32_t OOTCPStreamDecoder::nextSize |
Definition at line 50 of file OOTCPStreamDecoder.c.
Referenced by OOTCPStreamDecoderCreate(), and OOTCPStreamDecoderReceiveBytes().
| OOTCPStreamDecoderPacketCallback OOTCPStreamDecoder::Packet |
Definition at line 52 of file OOTCPStreamDecoder.c.
Referenced by OOTCPStreamDecoderCreate(), and PacketReady().