nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
parser_api Struct Reference

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.
 

Detailed Description

Set of parser functions needed for parser framework to operate.


The documentation for this struct was generated from the following file: