struct tapi_upnp_action

UPnP action.

#include <tapi_upnp_service_info.h>

struct tapi_upnp_action {
    // fields

    const char* name;
    tapi_upnp_action_arguments arguments;

    // methods

    SLIST_ENTRY(tapi_upnp_action);
};