:orphan: .. index:: pair: struct; tad_socket_rw_data .. _doxid-structtad__socket__rw__data: struct tad_socket_rw_data ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Socket read/write specific data :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tad_socket_rw_data { // fields int :target:`socket`; uint16_t :target:`data_tag`; size_t :target:`wait_length`; uint8_t* :target:`stored_buffer`; size_t :target:`stored_length`; struct in_addr :target:`local_addr`; struct in_addr :target:`remote_addr`; unsigned short :ref:`local_port`; unsigned short :ref:`remote_port`; }; .. _details-structtad__socket__rw__data: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Socket read/write specific data Fields ------ .. index:: pair: variable; local_port .. _doxid-structtad__socket__rw__data_1a5abc72282c3a7420744040d900299f85: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned short local_port Local UDP port .. index:: pair: variable; remote_port .. _doxid-structtad__socket__rw__data_1acaa6847eed39e68cc9e084b20866b67f: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned short remote_port Remote UDP port