libyang 3.13.5
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
Loading...
Searching...
No Matches
lysc_type_bitenum_item Struct Reference

#include <tree_schema.h>

Data Fields

union { 
uint32_t position
int32_t value
}; 
const char * dsc
struct lysc_ext_instanceexts
uint16_t flags
const char * name
const char * ref

Detailed Description

Definition at line 1324 of file tree_schema.h.

Field Documentation

◆ [union]

union { ... } lysc_type_bitenum_item

◆ dsc

const char* lysc_type_bitenum_item::dsc

description

Definition at line 1326 of file tree_schema.h.

◆ exts

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.

◆ flags

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.

◆ name

const char* lysc_type_bitenum_item::name

enumeration identifier

Definition at line 1325 of file tree_schema.h.

◆ ref

const char* lysc_type_bitenum_item::ref

reference

Definition at line 1327 of file tree_schema.h.


The documentation for this struct was generated from the following file: