yumapro
24.10-1
YumaPro SDK
|
YANG and other namespaces maintained in a registry. More...
Functions | |
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. More... | |
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. More... | |
YANG and other namespaces maintained in a registry.
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.
sid_tree_id | SID tree ID to use to retrieve SIDs | |
buff | binary buffer to parse | |
bufflen | number of bytes in buff | |
obj | obj_template_t for the object to parse | |
[out] | returnQ | address of Q to store parsed value results
|
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.
sid_tree_id | SID tree ID to use to retrieve SIDs | |
filespec | filespec of CBOR file to read | |
obj | obj_template_t for the object to parse | |
[out] | returnQ | address of Q to store parsed value results
|