:orphan: .. index:: pair: struct; cfg_oid .. _doxid-structcfg__oid: struct cfg_oid ============== .. toctree:: :hidden: Overview ~~~~~~~~ Object identifier :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct cfg_oid { // fields uint8_t :ref:`len`; bool :ref:`inst`; void* :ref:`ids`; }; .. _details-structcfg__oid: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Object identifier Fields ------ .. index:: pair: variable; len .. _doxid-structcfg__oid_1aa2bfb2765e2db337b9f074c40e9ff942: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t len Number of identifier elements .. index:: pair: variable; inst .. _doxid-structcfg__oid_1aa27e604780d9eeea484acd057c39396f: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool inst ``true``, if OID is object instance identifier .. index:: pair: variable; ids .. _doxid-structcfg__oid_1a1332a37b0af7eaa7b0b8ce5b70121750: .. ref-code-block:: cpp :class: doxyrest-title-code-block void* ids Pointer to array of identifier elements