:orphan: .. index:: pair: struct; tarpc_set_var_in .. _doxid-structtarpc__set__var__in: struct tarpc_set_var_in ======================= .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_set_var_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; string :ref:`name`; :ref:`tarpc_size_t` :ref:`size`; uint64_t :ref:`val`; }; .. _details-structtarpc__set__var__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; name .. _doxid-structtarpc__set__var__in_1acfe14a19a57b5f9e3c9085ca67fbeeaa: .. ref-code-block:: cpp :class: doxyrest-title-code-block string name Name of the variable .. index:: pair: variable; size .. _doxid-structtarpc__set__var__in_1ae121904742bc61e4a5f2e492797c26aa: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_size_t` size size of the variable: 1, 2, 4, 8 .. index:: pair: variable; val .. _doxid-structtarpc__set__var__in_1a71255ba3484bbd809fed7a59ec69c3ca: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t val Variable value