12#ifndef _H_agt_tree_get2
13#define _H_agt_tree_get2
124 boolean *force_remove,
125 getcb_api_mode_t api_mode,
186 getcb_api_mode_t api_mode,
GET1 and GET2 Callback Support.
status_t agt_tree_get2_retrieve_value(xml_msg_hdr_t *msg, ses_cb_t *scb, ncx_filptr_t *parent_filptr, ncx_filptr_t *filptr, val_value_t *filchild, obj_template_t *filobj, val_value_t *curval, boolean getop, boolean *force_remove, getcb_api_mode_t api_mode, int32 startindent)
Get the value for the specified object via the get2 callback or check the parent result for the node.
Definition: agt_tree_get2.c:2101
status_t agt_tree_get2_check_value(xml_msg_hdr_t *msg, ses_cb_t *scb, obj_template_t *filobj, val_value_t *curval)
Get the value for the specified object via the get2 callback and just simple check if it is exist or ...
Definition: agt_tree_get2.c:2220
status_t agt_tree_get2_retrieve_aio_values(xml_msg_hdr_t *msg, ses_cb_t *scb, ncx_filptr_t *parent_filptr, ncx_filptr_t *filptr, val_value_t *filchild, obj_template_t *filobj, val_value_t *curval, boolean getop, getcb_api_mode_t api_mode, int32 startindent)
Get the value for the specified object via the get2 callback or check the parent result for the node.
Definition: agt_tree_get2.c:2301
status_t
global error return code
Definition: status_enum.h:210
YANG module data structures Many internal representations of YANG module constructs.
NETCONF Session Common definitions module.
struct for holding r/o pointer to generic internal node for filtering purposes
Definition: ncxtypes.h:1061
One YANG data-def-stmt.
Definition: obj.h:1229
Session Control Block.
Definition: ses.h:573
one value to match one type
Definition: val.h:912
Common Encoding Message Header No longer XML specific!! Used by JSON and CBOR parsing as well!...
Definition: xml_msg.h:404
Value Node Basic Support.
XML and JSON Message send and receive support.