yumapro
24.10-2
YumaPro SDK
|
NETCONF Subtree Filtering Implementation for NCX. More...
#include "getcb.h"
#include "ncxtypes.h"
#include "obj.h"
#include "ses.h"
#include "val.h"
#include "xml_msg.h"
Go to the source code of this file.
Functions | |
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. More... | |
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 not. More... | |
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. More... | |
NETCONF Subtree Filtering Implementation for NCX.
Support for Get2 callback data retrieval.