yumapro
24.10-2
YumaPro SDK
|
YANG bit statement handling. More...
Functions | |
void | ncx_init_bit (ncx_bit_t *bit) |
Init the memory of a ncx_bit_t. More... | |
void | ncx_clean_bit (ncx_bit_t *bit) |
Scrub the memory of a ncx_bit_t but do not delete it. More... | |
int32 | ncx_compare_bits (const ncx_bit_t *bitone, const ncx_bit_t *bittwo) |
Compare 2 bit values by their schema order position. More... | |
YANG bit statement handling.
The ncx_list_t is also used to handle NCX_BT_BITS data type.
void ncx_clean_bit | ( | ncx_bit_t * | bit | ) |