:orphan: .. index:: pair: struct; tarpc_copy_fd2fd_in .. _doxid-structtarpc__copy__fd2fd__in: struct tarpc_copy_fd2fd_in ========================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_copy_fd2fd_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; int :ref:`out_fd`; int :ref:`in_fd`; int :ref:`timeout`; uint64_t :ref:`count`; }; .. _details-structtarpc__copy__fd2fd__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; out_fd .. _doxid-structtarpc__copy__fd2fd__in_1a8e48b213c574bfee481f71309e205036: .. ref-code-block:: cpp :class: doxyrest-title-code-block int out_fd File descriptor opened for writing. Can be a socket .. index:: pair: variable; in_fd .. _doxid-structtarpc__copy__fd2fd__in_1a9127f422601fd5f163a911634a6312b9: .. ref-code-block:: cpp :class: doxyrest-title-code-block int in_fd File descriptor opened for reading. Can be a socket .. index:: pair: variable; timeout .. _doxid-structtarpc__copy__fd2fd__in_1a7602ca36637201ca4bdfcb85cc0dccec: .. ref-code-block:: cpp :class: doxyrest-title-code-block int timeout Number of milliseconds that function should block waiting for **in_fd** to become ready to read the next portion of data while all requested data will not be read .. index:: pair: variable; count .. _doxid-structtarpc__copy__fd2fd__in_1a478169f2120d5f148fe46972b182b11b: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint64_t count Number of bytes to copy between the file descriptors. If ``0`` then all available data should be copied, i.e. while ``EOF`` will not be gotten