yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_hello.h File Reference

Handle the NETCONF <hello> (top-level) element. More...

#include "ses.h"
#include "status.h"
#include "xml_util.h"
Include dependency graph for agt_hello.h:

Go to the source code of this file.

Functions

status_t agt_hello_init (void)
 Initialize the agt_hello module. More...
 
void agt_hello_cleanup (void)
 Cleanup the agt_hello module. More...
 
boolean agt_hello_dispatch (ses_cb_t *scb, xml_node_t *top)
 Handle an incoming <hello> message from the client. More...
 
status_t agt_hello_send (ses_cb_t *scb)
 Send the server <hello> message to the manager on the specified session. More...
 
void agt_hello_start_hello_timer (ses_cb_t *scb)
 Set the timestamp to start the hello-timeout for the specified session. More...
 

Detailed Description

Handle the NETCONF <hello> (top-level) element.