:orphan: .. index:: pair: struct; tapi_net_endpoint .. _doxid-structtapi__net__endpoint: struct tapi_net_endpoint ======================== .. toctree:: :hidden: Overview ~~~~~~~~ Network endpoint of single connection. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_net_endpoint { // fields char* :ref:`ta_name`; char* :ref:`if_name`; }; .. _details-structtapi__net__endpoint: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Network endpoint of single connection. Fields ------ .. index:: pair: variable; ta_name .. _doxid-structtapi__net__endpoint_1a488109ea8311fe42975e1a6402e6509f: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ta_name Agent name. .. index:: pair: variable; if_name .. _doxid-structtapi__net__endpoint_1a948778f222253c03f1134a708c084ded: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* if_name Interface name.