:orphan: .. index:: pair: struct; tapi_serial .. _doxid-structtapi__serial: struct tapi_serial ================== .. toctree:: :hidden: Overview ~~~~~~~~ Session data. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_serial { // fields :ref:`rcf_rpc_server`* :ref:`rpcs`; int :ref:`sock`; }; .. _details-structtapi__serial: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Session data. It's assumed that the structure may contain TA name, RPC server handle, file descriptor of the session. Fields ------ .. index:: pair: variable; rpcs .. _doxid-structtapi__serial_1aa7185ef5b7834203b6ea7a450615a143: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_rpc_server`* rpcs RPC server handle .. index:: pair: variable; sock .. _doxid-structtapi__serial_1aa6ef150e6eb5ef033eec2335b6374d21: .. ref-code-block:: cpp :class: doxyrest-title-code-block int sock Session file descriptor