yumapro
24.10-2
YumaPro SDK
|
First message sent on an incoming connection from SSH and other protocols. More...
Functions | |
status_t | agt_connect_init (void) |
Initialize the agt_connect module. More... | |
void | agt_connect_cleanup (void) |
Cleanup the agt_connect module. More... | |
boolean | agt_connect_dispatch (ses_cb_t *scb, xml_node_t *top) |
Handle an incoming <ncx-connect> request. More... | |
First message sent on an incoming connection from SSH and other protocols.
The <ncx-connect> message is used to establish a session with another process or a subsystem on another host.
NCX connections
void agt_connect_cleanup | ( | void | ) |
Cleanup the agt_connect module.
Unregister the top-level NCX <ncx-connect> element
boolean agt_connect_dispatch | ( | ses_cb_t * | scb, |
xml_node_t * | top | ||
) |
Handle an incoming <ncx-connect> request.
scb | session control block |
top | top element descriptor |
status_t agt_connect_init | ( | void | ) |
Initialize the agt_connect module.
Adds the agt_connect_dispatch function as the handler for the NCX <ncx-connect> top-level element.