![]() |
libyang 5.4.9
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Macros | |
| #define | LYD_HINT_DATA 0xFFF3 |
| #define | LYD_HINT_SCHEMA 0xFFFF |
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 0xFFF3 |
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 949 of file tree_data.h.
| #define LYD_HINT_SCHEMA 0xFFFF |
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 953 of file tree_data.h.