:orphan: .. index:: pair: struct; tapi_upnp_argument .. _doxid-structtapi__upnp__argument: struct tapi_upnp_argument ========================= .. toctree:: :hidden: Overview ~~~~~~~~ UPnP action argument parameters. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_upnp_argument { // fields const char* :target:`name`; :ref:`te_upnp_arg_direction` :target:`direction`; :ref:`tapi_upnp_state_variable`* :ref:`variable`; char* :ref:`value`; // methods :target:`SLIST_ENTRY`(tapi_upnp_argument); }; .. _details-structtapi__upnp__argument: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ UPnP action argument parameters. Note! The only changable field is **value**. It can be set by user to specify a value or read to get the value after an action execution, other data is filled when service context is retrieved. Fields ------ .. index:: pair: variable; variable .. _doxid-structtapi__upnp__argument_1a9224fd21fe30084b172bf5e9825ee90e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_upnp_state_variable`* variable Pointer to appropriate item in variables list (See :ref:`tapi_upnp_service_info `). .. index:: pair: variable; value .. _doxid-structtapi__upnp__argument_1a70f34e42ffac75778a8ec6ae91f44aa7: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* value IN/OUT value, set ``NULL`` to left the variable unspecified.