nRF Connect SDK API 2.8.99
|
int parser_get_header | ( | struct parser * | parser, |
void * | header ) |
Get the header.
This function will fill given header buffer with message header information. The header structure is defined in the parser implementation.
[in] | parser | Parser instance. |
[in,out] | header | Parser specific header structure to be filled. |