![]() |
libyang
2.1.80
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Macros | |
#define | LYD_HINT_DATA 0x01F3 |
#define | LYD_HINT_SCHEMA 0x01FF |
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 0x01F3 |
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 954 of file tree_data.h.
#define LYD_HINT_SCHEMA 0x01FF |
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 961 of file tree_data.h.