libyang  2.0.164
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
Data operation type

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
}
 

Detailed Description

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.

Enumeration Type Documentation

◆ lyd_type

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 313 of file parser_data.h.