yumapro
24.10-1
YumaPro SDK
|
GET2 callback handler. More...
Functions | |
status_t | agt_get2_init (void) |
Initialize the Get2 module. More... | |
status_t | agt_get2_init2 (void) |
Initialize the Get2 module (phase II init) More... | |
void | agt_get2_cleanup (void) |
Cleanup the Get2 module. More... | |
status_t | agt_get2_wrapper (ses_cb_t *scb, xml_msg_hdr_t *msg, getcb_get2_t *get2cb) |
GET2 WRAPPER. More... | |
GET2 callback handler.
The retrieval API uses the getcb_get2_cb_t to manage retrieval transactions with SIL ot SIL-SA GET2 callbacks.
void agt_get2_cleanup | ( | void | ) |
Cleanup the Get2 module.
Called by the server during shutdown.
status_t agt_get2_init | ( | void | ) |
Initialize the Get2 module.
status_t agt_get2_init2 | ( | void | ) |
Initialize the Get2 module (phase II init)
status_t agt_get2_wrapper | ( | ses_cb_t * | scb, |
xml_msg_hdr_t * | msg, | ||
getcb_get2_t * | get2cb | ||
) |
GET2 WRAPPER.
Used as the obj_template_t get2cb function if there are any remote subsystems that have registered for this object
Callback function for server object handler get2 callback Used to provide main and/or subsystem retrieval of instances of a specific named object
scb | session control block making the request | |
msg | incoming xml_msg_hdr from the rpc_msg_t in progress | |
[in,out] | get2cb | GET2 control block to use
|