status_t(* getcb_fn2_t)(ses_cb_t *scb, xml_msg_hdr_t *msg, getcb_get2_t *get2cb)
GET2 PRODUCER FUNCTION.
Definition: getcb.h:676
void glob_set_remote_get_enabled(boolean val)
Set the Global SIL-SA GET2 callbacks enabled flag.
Definition: glob.c:329
void glob_set_remote_get2cb(getcb_fn2_t get2_cbfn)
Set remote GET2 wrapper handler.
Definition: glob.c:360
boolean glob_get_rpc_enabled(void)
Get the Global RPC callbacks enabled flag.
Definition: glob.c:282
void glob_set_remote_edit_enabled(boolean val)
Set the Remote Global EDIT callbacks enabled flag.
Definition: glob.c:390
boolean glob_get_edit_enabled(void)
Get the Global EDIT callbacks enabled flag.
Definition: glob.c:192
boolean glob_get_get2_enabled(void)
Get the Global EDIT callbacks enabled flag.
Definition: glob.c:252
getcb_fn2_t glob_get_get2cb(void)
Get the current Global GET2 callback function.
Definition: glob.c:222
void glob_init(void)
Init the global callback handler.
Definition: glob.c:123
boolean glob_get_remote_edit_enabled(void)
Get the Remote Global EDIT callbacks enabled flag.
Definition: glob.c:405
getcb_fn2_t glob_get_remote_get2cb(void)
Get the remote Global GET2 callback handler.
Definition: glob.c:375
boolean glob_get_remote_get2_enabled(void)
Get the Global SIL-SA GET2 callbacks enabled flag.
Definition: glob.c:344
boolean glob_get_action_enabled(void)
Get the Global Action callbacks enabled flag.
Definition: glob.c:312
void glob_set_rpc_enabled(boolean val)
Set the Global RPC callbacks enabled flag.
Definition: glob.c:267
void glob_set_get2cb(getcb_fn2_t get2_cbfn)
Set the current Global GET2 callback function.
Definition: glob.c:207
void glob_set_edit_enabled(boolean val)
Set the Global EDIT callbacks enabled flag.
Definition: glob.c:177
void glob_set_action_enabled(boolean val)
Set the Global Action callbacks enabled flag.
Definition: glob.c:297
void glob_cleanup(void)
Cleanup the global callback handler.
Definition: glob.c:149
void glob_set_get_enabled(boolean val)
Set the Global EDIT callbacks enabled flag.
Definition: glob.c:237
NETCONF Session Common definitions module.
Global error messages for status code enumerations.