:orphan: .. index:: pair: enum; rpcs_msghdr_check_args_mode .. _doxid-rpcs__msghdr_8h_1a45d5c742568c60cd6e4898eadc1b6667: enum rpcs_msghdr_check_args_mode ================================ Overview ~~~~~~~~ Variants of checking whether there are unexpected changes of arguments after function call. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum rpcs_msghdr_check_args_mode { :ref:`RPCS_MSGHDR_CHECK_ARGS_NONE`, :ref:`RPCS_MSGHDR_CHECK_ARGS_RECV`, :ref:`RPCS_MSGHDR_CHECK_ARGS_SEND`, }; .. _details-rpcs__msghdr_8h_1a45d5c742568c60cd6e4898eadc1b6667: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Variants of checking whether there are unexpected changes of arguments after function call. Enum Values ----------- .. index:: pair: enumvalue; RPCS_MSGHDR_CHECK_ARGS_NONE .. _doxid-rpcs__msghdr_8h_1a45d5c742568c60cd6e4898eadc1b6667af55b599783524df1a5444efbdf7bc7f9: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPCS_MSGHDR_CHECK_ARGS_NONE Do not check. .. index:: pair: enumvalue; RPCS_MSGHDR_CHECK_ARGS_RECV .. _doxid-rpcs__msghdr_8h_1a45d5c742568c60cd6e4898eadc1b6667ae13251b41c62ba3ba341a3025198ce88: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPCS_MSGHDR_CHECK_ARGS_RECV Expect changes which can be made by receive call. .. index:: pair: enumvalue; RPCS_MSGHDR_CHECK_ARGS_SEND .. _doxid-rpcs__msghdr_8h_1a45d5c742568c60cd6e4898eadc1b6667ad43612cc568977e87dd88b58b09274dc: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPCS_MSGHDR_CHECK_ARGS_SEND Expect changes which can be made by send call.