:orphan: .. index:: pair: struct; asn_named_entry_t .. _doxid-structasn__named__entry__t: struct asn_named_entry_t ======================== .. toctree:: :hidden: Overview ~~~~~~~~ Element of array, specifying named subvalue in complex ASN.1 value. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct asn_named_entry_t { // fields char*const :ref:`name`; const :ref:`asn_type`*const :ref:`type`; :ref:`asn_tag_t` :ref:`tag`; }; .. _details-structasn__named__entry__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Element of array, specifying named subvalue in complex ASN.1 value. Fields ------ .. index:: pair: variable; name .. _doxid-structasn__named__entry__t_1ae8dee7556bced43b3c28f7746c0f25f0: .. ref-code-block:: cpp :class: doxyrest-title-code-block char*const name Text label of subvalue .. index:: pair: variable; type .. _doxid-structasn__named__entry__t_1ac3031bbf64b62cab1c6c4a0c4ae9fc2a: .. ref-code-block:: cpp :class: doxyrest-title-code-block const :ref:`asn_type`*const type ASN.1 type of subvalue .. index:: pair: variable; tag .. _doxid-structasn__named__entry__t_1a8114ecc36ef27f27c860da7d73c90bc3: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`asn_tag_t` tag Tag of subvalue