enum te_upnp_arg_direction

Overview

Direction of a service state variable. More…

#include <te_upnp.h>

enum te_upnp_arg_direction {
    UPNP_ARG_DIRECTION_IN,
    UPNP_ARG_DIRECTION_OUT,
};

Detailed Documentation

Direction of a service state variable.

Enum Values

UPNP_ARG_DIRECTION_IN

“in” variable, to the service.

UPNP_ARG_DIRECTION_OUT

“out” variable, from the service.