:orphan: .. index:: pair: struct; tarpc_pat_gen_arg .. _doxid-structtarpc__pat__gen__arg: struct tarpc_pat_gen_arg ======================== .. toctree:: :hidden: Arguments to pass to the pattern generator function. Fields coefN can be used in different ways depending on a function. This structure can also be modified, e.g. add some more fields. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - offset - Offset within pattern generator element, from which sender must send and receiver must check the sequence. It is used in generator functions which operates with elements larger than a byte. * - coef1 - * - coef2 - * - coef3 - Arguments for a pattern generator function. .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_pat_gen_arg { // fields uint32_t :target:`offset<doxid-structtarpc__pat__gen__arg_1a07206d23e48f74efbaecd1916e3f4fe1>`; uint32_t :target:`coef1<doxid-structtarpc__pat__gen__arg_1a7043b79c6c2ee7abc1e53678d2263b49>`; uint32_t :target:`coef2<doxid-structtarpc__pat__gen__arg_1af50b8d0059f631230f8b9556756688db>`; uint32_t :target:`coef3<doxid-structtarpc__pat__gen__arg_1a17537bfcf05933e59279188c1879b0bd>`; };