nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ parser_get_header()

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.

Parameters
[in]parserParser instance.
[in,out]headerParser specific header structure to be filled.
Returns
Zero if successful, negative value in error cases.