:orphan: .. index:: pair: struct; cfg_copy_msg .. _doxid-structcfg__copy__msg: struct cfg_copy_msg =================== .. toctree:: :hidden: Overview ~~~~~~~~ CFG_COPY message content :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct cfg_copy_msg { // fields :ref:`CFG_MSG_FIELDS` :ref:`cfg_handle` :ref:`src_handle`; bool :ref:`is_obj`; char :ref:`dst_oid`[0]; }; .. _details-structcfg__copy__msg: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ CFG_COPY message content Fields ------ .. index:: pair: variable; src_handle .. _doxid-structcfg__copy__msg_1a86a2c0bbdef2612e60bfaab9bbd34530: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`CFG_MSG_FIELDS` :ref:`cfg_handle` src_handle Source handle .. index:: pair: variable; is_obj .. _doxid-structcfg__copy__msg_1a393bf812b21d82bce558130462421ef3: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool is_obj Destination is an object .. index:: pair: variable; dst_oid .. _doxid-structcfg__copy__msg_1a1eeb4a776421332666b53593ee7e4a8f: .. ref-code-block:: cpp :class: doxyrest-title-code-block char dst_oid[0] Destination OID