:orphan: .. index:: pair: struct; csap_layer_t .. _doxid-structcsap__layer__t: struct csap_layer_t =================== .. toctree:: :hidden: Overview ~~~~~~~~ Collection of common protocol layer attributes of CSAP. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct csap_layer_t { // fields char* :ref:`proto`; :ref:`te_tad_protocols_t` :ref:`proto_tag`; void* :ref:`specific_data`; bool :ref:`rw_use_tad_pkt_seg_tagging`; :ref:`asn_value`* :ref:`nds`; :ref:`asn_value`* :ref:`pdu`; struct :ref:`csap_spt_type_t`* :ref:`proto_support`; }; .. _details-structcsap__layer__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Collection of common protocol layer attributes of CSAP. Fields ------ .. index:: pair: variable; proto .. _doxid-structcsap__layer__t_1a12b8d252f67b8cb8fb9ab87ffbe7104e: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* proto Protocol layer text label .. index:: pair: variable; proto_tag .. _doxid-structcsap__layer__t_1aa74902da1ea9e795ec6693f2f0bb895d: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_tad_protocols_t` proto_tag Protocol layer int tag .. index:: pair: variable; specific_data .. _doxid-structcsap__layer__t_1aaf50ec9ff6db1428d801c89acc88a75a: .. ref-code-block:: cpp :class: doxyrest-title-code-block void* specific_data Protocol-specific data .. index:: pair: variable; rw_use_tad_pkt_seg_tagging .. _doxid-structcsap__layer__t_1a1edc85577e9d0a95bbad3cbaf08356d9: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool rw_use_tad_pkt_seg_tagging This layer has to make use of layer tag field in TAD packet segment control blocks during read-write opearation .. index:: pair: variable; nds .. _doxid-structcsap__layer__t_1a9aa9a89ee1735a7fe039f37e755a9339: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`asn_value`* nds ASN.1 value with CSAP specification layer PDU .. index:: pair: variable; pdu .. _doxid-structcsap__layer__t_1ae061e1040ad78260eb13efb2af55ed7a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`asn_value`* pdu Current value of PDU on this layer to be sent. It might be useful to allow one layer to set/update PDU fields of another layer. (This field is used for traffic templates only) .. index:: pair: variable; proto_support .. _doxid-structcsap__layer__t_1a468ad26b4d41f0740fb8f88b93c63b46: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct :ref:`csap_spt_type_t`* proto_support Protocol layer support descriptor