struct asn_enum_entry_t

Overview

Element of array, specifying named integer value in enumerated type. More…

#include <asn_impl.h>

struct asn_enum_entry_t {
    // fields

    char*const name;
    int value;
};

Detailed Documentation

Element of array, specifying named integer value in enumerated type.

Fields

char*const name

Text label of value

int value

Value itself