Home
last modified time | relevance | path

Searched defs:lys_node_rpc_action (Results 1 – 1 of 1) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.h1775 struct lys_node_rpc_action { struct
1776 const char *name; /**< node name (mandatory) */
1777 const char *dsc; /**< description statement (optional) */
1778 const char *ref; /**< reference statement (optional) */
1779 uint16_t flags; /**< [schema node flags](@ref snodeflags) */
1780 uint8_t ext_size; /**< number of elements in #ext array */
1784 uint8_t padding[2]; /**< padding for 32b alignment */
1785 uint16_t tpdf_size; /**< number of elements in the #tpdf array */
1788 struct lys_iffeature *iffeature; /**< array of if-feature expressions */
1793 struct lys_node *child; /**< pointer to the first child node */
[all …]