yumapro
24.10-2
YumaPro SDK
|
NETCONF protocol operations. More...
#include <xmlstring.h>
Go to the source code of this file.
Data Structures | |
struct | op_filter_t |
NETCONF protocol operation filter spec. More... | |
Functions | |
const xmlChar * | op_method_name (op_method_t op_id) |
Get the keyword for the specified STD RPC method. More... | |
const xmlChar * | op_editop_name (op_editop_t ed_id) |
Get the keyword for the specified op_editop_t enumeration. More... | |
op_editop_t | op_editop_id (const xmlChar *opstr) |
Get the ID for the editop from its keyword. More... | |
const xmlChar * | op_insertop_name (op_insertop_t ins_id) |
Get the keyword for the specified op_insertop_t enumeration. More... | |
op_insertop_t | op_insertop_id (const xmlChar *opstr) |
Get the ID for the insert operation from its keyword. More... | |
op_filtertyp_t | op_filtertyp_id (const xmlChar *filstr) |
Get the ID for the filter type from its keyword. More... | |
const xmlChar * | op_defop_name (op_defop_t def_id) |
Get the keyword for the specified op_defop_t enumeration. More... | |
op_editop_t | op_defop_id (const xmlChar *defstr) |
Get the ID for the default-operation from its keyword. More... | |
const xmlChar * | op_testop_name (op_testop_t test_id) |
Get the keyword for the specified op_testop_t enumeration. More... | |
op_testop_t | op_testop_enum (const xmlChar *teststr) |
Get the enum for the specified op_testop_t string. More... | |
const xmlChar * | op_errop_name (op_errop_t err_id) |
Get the keyword for the specified op_errop_t enumeration. More... | |
op_errop_t | op_errop_id (const xmlChar *errstr) |
Get the ID for the error-option from its keyword. More... | |
op_defop_t | op_defop_id2 (const xmlChar *defstr) |
Get the ID for the default-operation from its keyword Return the op_defop_t, not the op_editop_t conversion. More... | |
boolean | op_editop_is_delete (op_editop_t ed_id) |
Check if the editop is some sort of delete. More... | |
NETCONF protocol operations.