Go to the documentation of this file. 1 #ifndef UPNP_TV_DEVICE_H
2 #define UPNP_TV_DEVICE_H
67 #define MAX_BRIGHTNESS 10
68 #define MIN_BRIGHTNESS 1
83 #define MAX_CONTRAST 10
84 #define MIN_CONTRAST 1
87 #define MAX_CHANNEL 100
91 #define TV_SERVICE_SERVCOUNT 2
94 #define TV_SERVICE_CONTROL 0
97 #define TV_SERVICE_PICTURE 1
100 #define TV_CONTROL_VARCOUNT 3
103 #define TV_CONTROL_POWER 0
106 #define TV_CONTROL_CHANNEL 1
109 #define TV_CONTROL_VOLUME 2
112 #define TV_PICTURE_VARCOUNT 4
115 #define TV_PICTURE_COLOR 0
118 #define TV_PICTURE_TINT 1
121 #define TV_PICTURE_CONTRAST 2
124 #define TV_PICTURE_BRIGHTNESS 3
127 #define TV_MAX_VAL_LEN 5
130 #define TV_MAXACTIONS 12
133 #define TV_MAXVARS TV_PICTURE_VARCOUNT
151 const char **errorString);
268 unsigned int service,
287 const char **errorString);
298 const char **errorString);
311 const char **errorString);
322 const char **errorString);
333 const char **errorString);
346 const char **errorString);
357 const char **errorString);
368 const char **errorString);
383 const char **errorString);
394 const char **errorString);
405 const char **errorString);
418 const char **errorString);
429 const char **errorString);
440 const char **errorString);
453 const char **errorString);
464 const char **errorString);
475 const char **errorString);
488 const char **errorString);
499 const char **errorString);
510 const char **errorString);
525 const char *desc_doc_name,
528 const char *web_dir_path,