![]() |
libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
#include <tree_schema.h>
Data Fields | |
| union { | |
| uint32_t | position |
| int32_t | value |
| }; | |
| const char * | dsc |
| struct lysc_ext_instance * | exts |
| uint16_t | flags |
| const char * | name |
| const char * | ref |
Definition at line 1324 of file tree_schema.h.
| union { ... } lysc_type_bitenum_item |
| const char* lysc_type_bitenum_item::dsc |
description
Definition at line 1326 of file tree_schema.h.
| struct lysc_ext_instance* lysc_type_bitenum_item::exts |
list of the extension instances (sized array)
Definition at line 1328 of file tree_schema.h.
| uint16_t lysc_type_bitenum_item::flags |
schema node flags - only LYS_STATUS_ and LYS_IS_ENUM values are allowed
Definition at line 1334 of file tree_schema.h.
| const char* lysc_type_bitenum_item::name |
enumeration identifier
Definition at line 1325 of file tree_schema.h.
| const char* lysc_type_bitenum_item::ref |
reference
Definition at line 1327 of file tree_schema.h.