Webcom C SDK
Typedefs
webcom-parser.h File Reference
#include <stddef.h>
#include "webcom-msg.h"
Include dependency graph for webcom-parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct wc_parser wc_parser_t
 
enum  wc_parser_result_t { WC_PARSER_OK = 0, WC_PARSER_CONTINUE, WC_PARSER_ERROR }
 
wc_parser_twc_datasync_parser_new ()
 
wc_parser_result_t wc_datasync_parse_msg_ex (wc_parser_t *parser, char *buf, size_t len, wc_msg_t *res)
 
const char * wc_datasync_parser_get_error (wc_parser_t *parser)
 
int wc_datasync_parse_msg (char *str, wc_msg_t *res)
 
void wc_datasync_parser_free (wc_parser_t *parser)
 
int wc_datasync_key_cmp (const char *sa, const char *sb)
 

Typedef Documentation

◆ wc_parser_t

typedef struct wc_parser wc_parser_t