struct tapi_upnp_sv_allowed_values

UPnP state variable allowed values.

#include <tapi_upnp_service_info.h>

struct tapi_upnp_sv_allowed_values {
    // fields

    char** values;
    size_t len;
};