![]() |
libyang 2.1.148
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Enumerations | |
enum | lyd_type { LYD_TYPE_DATA_YANG = 0 , LYD_TYPE_RPC_YANG , LYD_TYPE_NOTIF_YANG , LYD_TYPE_REPLY_YANG , LYD_TYPE_RPC_NETCONF , LYD_TYPE_NOTIF_NETCONF , LYD_TYPE_REPLY_NETCONF , LYD_TYPE_RPC_RESTCONF , LYD_TYPE_NOTIF_RESTCONF , LYD_TYPE_REPLY_RESTCONF } |
Operation provided to lyd_validate_op() to validate.
The operation cannot be determined automatically since RPC/action and a reply to it share the common top level node referencing the RPC/action schema node and may not have any input/output children to use for distinction.
enum lyd_type |
Definition at line 326 of file parser_data.h.