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

RESTCONF Reply Handler. More...

#include "rpc.h"
#include "ses.h"
#include "status.h"
#include "yangapi.h"
Include dependency graph for agt_yangapi_reply.h:

Go to the source code of this file.

Functions

status_t agt_yangapi_reply_send (ses_cb_t *scb, yangapi_cb_t *rcb, rpc_msg_t *msg, status_t res, boolean is_events)
 Send a RESTCONF reply. More...
 
status_t agt_yangapi_yangpatch_reply_send (ses_cb_t *scb, yangapi_cb_t *rcb, rpc_msg_t *msg, status_t res)
 Send a YANG Patch reply. More...
 
void agt_yangapi_reply_output_last_keys (ses_cb_t *scb, yangapi_cb_t *rcb, rpc_msg_t *msg, val_value_t *valnode, int32 indent)
 Output the last-keys for <get-bulk> More...
 
status_t agt_yangapi_getbulk_reply_send (ses_cb_t *scb, yangapi_cb_t *rcb, rpc_msg_t *msg, status_t res)
 Output a RESTCONF <get-bulk> reply. More...
 

Detailed Description

RESTCONF Reply Handler.