| ROHC compression/decompression library
    | 
A list item. More...
#include <rohc_list.h>
| Data Fields | |
| ext_header_version | type | 
| bool | known | 
| uint8_t | counter | 
| uint16_t | length | 
| uint8_t | data [ROHC_LIST_ITEM_DATA_MAX] | 
A list item.
| uint8_t rohc_list_item::counter | 
How many times the item was transmitted?
| uint8_t rohc_list_item::data[ROHC_LIST_ITEM_DATA_MAX] | 
The item data
| bool rohc_list_item::known | 
Is the compressor confident that the decompressor knows the item?
| uint16_t rohc_list_item::length | 
The length of the item data (in bytes)
| ext_header_version rohc_list_item::type | 
The type of the item
 1.8.14
 1.8.14