|
libUPnP
1.8.4
|
#include <tv_device.h>

Data Fields | |
| char | UDN [NAME_SIZE] |
| char | ServiceId [NAME_SIZE] |
| char | ServiceType [NAME_SIZE] |
| const char * | VariableName [4] |
| char * | VariableStrVal [4] |
| const char * | ActionNames [12] |
| upnp_action | actions [12] |
| int | VariableCount |
Structure for storing Tv Service identifiers and state table.
| const char* TvService::ActionNames[12] |
Referenced by SetActionTable(), and TvDeviceHandleActionRequest().
| upnp_action TvService::actions[12] |
Referenced by SetActionTable(), and TvDeviceHandleActionRequest().
| char TvService::ServiceId[NAME_SIZE] |
Referenced by SetServiceTable(), and TvDeviceHandleActionRequest().
| char TvService::ServiceType[NAME_SIZE] |
Referenced by SetServiceTable().
| char TvService::UDN[NAME_SIZE] |
Universally Unique Device Name.
Referenced by SetServiceTable(), and TvDeviceHandleActionRequest().
| int TvService::VariableCount |
Referenced by SetServiceTable(), and TvDeviceSetServiceTableVar().
| const char* TvService::VariableName[ 4] |
Referenced by SetServiceTable().
| char* TvService::VariableStrVal[ 4] |
Referenced by SetServiceTable(), and TvDeviceHandleActionRequest().
1.8.13