:orphan: .. index:: pair: struct; tad_payload_spec_t .. _doxid-structtad__payload__spec__t: struct tad_payload_spec_t ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Preprocessed payload specification, ready for iteration and binary generating. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tad_payload_spec_t { // fields :ref:`tad_payload_type` :ref:`type`; size_t :ref:`length`; uint8_t* :ref:`data`; struct tad_payload_spec_t::@47::@49 :target:`plain`; uint8_t* :ref:`value`; uint8_t* :ref:`mask`; bool :ref:`exact_len`; struct tad_payload_spec_t::@47::@50 :target:`mask`; :ref:`tad_data_unit_t` :target:`offset`; :ref:`tad_data_unit_t` :target:`length`; :ref:`tad_stream_callback` :target:`func`; struct tad_payload_spec_t::@47::@51 :target:`stream`; :ref:`tad_user_generate_method` :target:`func`; }; .. _details-structtad__payload__spec__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Preprocessed payload specification, ready for iteration and binary generating. Fields ------ .. index:: pair: variable; type .. _doxid-structtad__payload__spec__t_1a146a38243ab24f3f0853b0a467a037f5: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tad_payload_type` type Type of payload spec .. index:: pair: variable; length .. _doxid-structtad__payload__spec__t_1a75b817f70b5a7644f1c9e24f478f250e: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t length Payload length Value/mask length .. index:: pair: variable; data .. _doxid-structtad__payload__spec__t_1aed442812b0b613c4caef0cbb31ffda2f: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t* data Byte array .. index:: pair: variable; value .. _doxid-structtad__payload__spec__t_1ac752f152c0b65a0cabe9259ebe6edba0: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t* value Expected value when mask applied .. index:: pair: variable; mask .. _doxid-structtad__payload__spec__t_1ad1a12bb3b9826e29c2d093711bff9c54: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t* mask The mask .. index:: pair: variable; exact_len .. _doxid-structtad__payload__spec__t_1a4053c14bcd12d4d8e959878d9bf4422e: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool exact_len Whether length of matched data should be exactly the same?