Binary Data Source (BDS) More...
#include <bds.h>
Data Fields | |
| const unsigned char * | data |
| Address of data item. More... | |
| size_t | size |
| Size of data item. More... | |
| ast_bds_type_t | type |
| Type of data item. More... | |
| bool | valid |
| True if data item is correctlly decoded. More... | |
Binary Data Source (BDS)
| const unsigned char* ast_bds_t::data |
Address of data item.
| size_t ast_bds_t::size |
Size of data item.
| ast_bds_type_t ast_bds_t::type |
Type of data item.
| bool ast_bds_t::valid |
True if data item is correctlly decoded.