:orphan: .. index:: pair: struct; cfg_set_msg .. _doxid-structcfg__set__msg: struct cfg_set_msg ================== .. toctree:: :hidden: Overview ~~~~~~~~ CFG_SET message content :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct cfg_set_msg { // fields :ref:`CFG_MSG_FIELDS` :ref:`cfg_handle` :ref:`handle`; bool :ref:`local`; :ref:`cfg_val_type` :ref:`val_type`; struct sockaddr :ref:`val_addr`[0]; char :ref:`val_str`[0]; bool :ref:`val_bool`; int8_t :ref:`val_int8`; uint8_t :ref:`val_uint8`; int16_t :ref:`val_int16`; uint16_t :ref:`val_uint16`; int32_t :ref:`val_int32`; uint32_t :ref:`val_uint32`; int64_t :ref:`val_int64`; uint64_t :ref:`val_uint64`; double :ref:`val_double`; union cfg_set_msg::@9 :target:`val`; }; .. _details-structcfg__set__msg: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ CFG_SET message content Fields ------ .. index:: pair: variable; handle .. _doxid-structcfg__set__msg_1a19599e7b66d3789fd59b28105441c005: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`CFG_MSG_FIELDS` :ref:`cfg_handle` handle Object instance handle .. index:: pair: variable; local .. _doxid-structcfg__set__msg_1a78d46af1a19c34dfc4b3bea8c6864a2c: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool local Local set .. index:: pair: variable; val_type .. _doxid-structcfg__set__msg_1a6af4072a2af4b583e7aa7a3d645d435d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_val_type` val_type Object value type .. index:: pair: variable; val_addr .. _doxid-structcfg__set__msg_1ac0e2d2bd61f34566792d680acb377b76: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr val_addr[0] start of sockaddr value .. index:: pair: variable; val_str .. _doxid-structcfg__set__msg_1a0bf79d583885cc4597e6e813b35e6ed2: .. ref-code-block:: cpp :class: doxyrest-title-code-block char val_str[0] start of string value .. index:: pair: variable; val_bool .. _doxid-structcfg__set__msg_1a291b6f90ea1d76edee929a6bb979fa80: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool val_bool bool value .. index:: pair: variable; val_int8 .. _doxid-structcfg__set__msg_1a711f2d3204bb4f37cb5221c1058343ad: .. ref-code-block:: cpp :class: doxyrest-title-code-block int8_t val_int8 int8_t value .. index:: pair: variable; val_uint8 .. _doxid-structcfg__set__msg_1a04ecc0ba5a59f7167c36a3bffd0a9bc5: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t val_uint8 uint8_t value .. index:: pair: variable; val_int16 .. _doxid-structcfg__set__msg_1ac18a676b51a9a88dafc9b4346b0d3b5a: .. ref-code-block:: cpp :class: doxyrest-title-code-block int16_t val_int16 int16_t value .. index:: pair: variable; val_uint16 .. _doxid-structcfg__set__msg_1acefe64fd92af6b9d0498c872df90fc0d: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t val_uint16 uint16_t value .. index:: pair: variable; val_int32 .. _doxid-structcfg__set__msg_1a063289c7ef33d1c77beee3a156462f92: .. ref-code-block:: cpp :class: doxyrest-title-code-block int32_t val_int32 int32_t value .. index:: pair: variable; val_uint32 .. _doxid-structcfg__set__msg_1a82c30d66a5de3abc97afa83c928483c9: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t val_uint32 uint32_t value .. index:: pair: variable; val_int64 .. _doxid-structcfg__set__msg_1a72a6ee61e8c312767092590e75258c8f: .. ref-code-block:: cpp :class: doxyrest-title-code-block int64_t val_int64 int64_t value .. index:: pair: variable; val_uint64 .. _doxid-structcfg__set__msg_1a588380710a965e520a7fd520b5b3667f: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t val_uint64 uint64_t value .. index:: pair: variable; val_double .. _doxid-structcfg__set__msg_1a3aac2f35d837f30b83bebb004d391995: .. ref-code-block:: cpp :class: doxyrest-title-code-block double val_double double value