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

◆ icalendar_parser_callback_t

typedef int(* icalendar_parser_callback_t) (const struct ical_parser_evt *event)

#include <include/net/icalendar_parser.h>

iCalendar parser asynchronous event handler.

Through this callback, the application receives events, such as parsed component with errors code.

Parameters
[in]eventThe iCalendar event.
Returns
Zero to continue the parsing, non-zero otherwise.