![]() |
nRF Connect SDK API 3.3.99
|
Set of parser functions needed for parser framework to operate. More...
#include <parser.h>
Data Fields | |
| uint32_t(* | data_size )(void) |
| Function type for getting data size. | |
| void *(* | get_parsers )(void) |
| Function type for getting list of sub parsers that are processed sequentially. | |
| void *(* | get_decoder )(void) |
| Function type for getting payload/data decoder. | |
| int(* | get_parser_count )(void) |
| Function type for getting number of sub parsers. | |
| int(* | get_header )(struct parser *parser, void *header) |
| Function type for getting header information. | |
Set of parser functions needed for parser framework to operate.