libyang
3.4.2
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Macros | |
#define | LYD_HINT_DATA 0x03F3 |
#define | LYD_HINT_SCHEMA 0x03FF |
lydnodehints
Hints for the types of data node and its value.
Any information about value and node types encoded in the format is hinted by these values. It combines value hints and node hints.
#define LYD_HINT_DATA 0x03F3 |
special node/value hint to be used for generic data node/value (for cases when there is no encoding or it does not provide any additional information about a node/value type); do not combine with specific value hints or node hints.
Definition at line 973 of file tree_data.h.
#define LYD_HINT_SCHEMA 0x03FF |
special node/value hint to be used for generic schema node/value(for cases when there is no encoding or it does not provide any additional information about a node/value type); do not combine with specific value hints or node hints.
Definition at line 980 of file tree_data.h.