![]() |
libyang
2.1.55
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 } |
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 |
Enumerator | |
---|---|
LYD_TYPE_DATA_YANG | |
LYD_TYPE_RPC_YANG | |
LYD_TYPE_NOTIF_YANG | |
LYD_TYPE_REPLY_YANG | |
LYD_TYPE_RPC_NETCONF | |
LYD_TYPE_NOTIF_NETCONF | |
LYD_TYPE_REPLY_NETCONF |
Definition at line 333 of file parser_data.h.