: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`; uint32_t :target:`coef1`; uint32_t :target:`coef2`; uint32_t :target:`coef3`; };