libyang  2.2.8
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Value and node type format hints
Collaboration diagram for Value and node type format hints:

Macros

#define LYD_HINT_DATA   0x01F3
 
#define LYD_HINT_SCHEMA   0x01FF
 

Detailed Description

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.

Macro Definition Documentation

#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 972 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 979 of file tree_data.h.