:orphan: .. index:: pair: struct; tapi_ping_report .. _doxid-structtapi__ping__report: struct tapi_ping_report ======================= .. toctree:: :hidden: Overview ~~~~~~~~ Statistics report of ping tool :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_ping_report { // fields unsigned int :ref:`transmitted`; unsigned int :ref:`received`; unsigned int :ref:`lost_percentage`; bool :ref:`with_rtt`; :ref:`tapi_ping_rtt_stats` :ref:`rtt`; }; .. _details-structtapi__ping__report: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Statistics report of ping tool Fields ------ .. index:: pair: variable; transmitted .. _doxid-structtapi__ping__report_1aafd0219b37a69c4a3d64a6a79169ea6c: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int transmitted Number of transmitted packets .. index:: pair: variable; received .. _doxid-structtapi__ping__report_1a4b4e08f2fd6baa69357a5558a428d008: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int received Number of received packets .. index:: pair: variable; lost_percentage .. _doxid-structtapi__ping__report_1a993bc8257584a7bb15781ce076ae34bc: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int lost_percentage Packet loss (percentage) .. index:: pair: variable; with_rtt .. _doxid-structtapi__ping__report_1a10df7590358b6b8b2177167cf466e960: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool with_rtt ``true`` if rtt stats were produced by ping tool. ``false`` if they were not (because the packet_size was too small), in this case the rtt field contains irrelevant data and should not be addressed. .. index:: pair: variable; rtt .. _doxid-structtapi__ping__report_1a3e9bf120e8748a40b32a2cd8f173817b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_ping_rtt_stats` rtt RTT statistics