|
Teonet library
0.4.7
|
KSNet split class data. More...
#include <net_split.h>
Data Fields | |
| ksnCommandClass * | kco |
| PblMap * | map |
| Hash Map to store splitted packets. More... | |
| uint16_t | packet_number |
| Large packet number. More... | |
| double | last_added |
| Last time when record added to map. More... | |
| void * | data_save |
| Allocated data pointer. More... | |
KSNet split class data.
| void* ksnSplitClass::data_save |
Allocated data pointer.
Referenced by ksnSplitCombine(), and ksnSplitFreeRds().
| ksnCommandClass* ksnSplitClass::kco |
Referenced by ksnSplitInit().
| double ksnSplitClass::last_added |
Last time when record added to map.
Referenced by ksnSplitCombine(), and ksnSplitInit().
| PblMap* ksnSplitClass::map |
Hash Map to store splitted packets.
Referenced by ksnSplitCombine(), ksnSplitDestroy(), and ksnSplitInit().
| uint16_t ksnSplitClass::packet_number |
Large packet number.
Referenced by ksnSplitInit(), and ksnSplitPacket().