121 const char *filespec,
126extern void cbor_parse_test (
const char *filespec);
status_t cbor_parse_buffer(uint32 sid_tree_id, xmlChar *buff, size_t bufflen, obj_template_t *obj, dlq_hdr_t *returnQ)
Parse buffer of CBOR into val_value_t structs.
Definition: cbor_parse.c:3678
status_t cbor_parse_file(uint32 sid_tree_id, const char *filespec, obj_template_t *obj, dlq_hdr_t *returnQ)
Parse file of CBOR into val_value_t structs.
Definition: cbor_parse.c:3770
status_t
global error return code
Definition: status_enum.h:210
NETCONF Session Common definitions module.
Global error messages for status code enumerations.
One YANG data-def-stmt.
Definition: obj.h:1229
XML and JSON Message send and receive support.