|
|
int | SetActionTable ( int serviceType, struct TvService *out) |
| Initializes the action table for the specified service.
|
|
int | TvDeviceStateTableInit ( char *DescDocURL) |
| Initialize the device state table for this TvDevice, pulling identifier info from the description Document.
|
|
int | TvDeviceHandleSubscriptionRequest ( const UpnpSubscriptionRequest *sr_event) |
| Called during a subscription request callback.
|
|
int | TvDeviceHandleGetVarRequest ( UpnpStateVarRequest *cgv_event) |
| Called during a get variable request callback.
|
|
int | TvDeviceHandleActionRequest ( UpnpActionRequest *ca_event) |
| Called during an action request callback.
|
|
int | TvDeviceCallbackEventHandler ( Upnp_EventType, const void *Event, void *Cookie) |
| The callback handler registered with the SDK while registering root device.
|
|
int | TvDeviceSetServiceTableVar ( unsigned int service, int variable, char *value) |
| Update the TvDevice service state table, and notify all subscribed control points of the updated state.
|
|
int | TvDevicePowerOn ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Turn the power on.
|
|
int | TvDevicePowerOff ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Turn the power off.
|
|
int | TvDeviceSetChannel ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Change the channel, update the TvDevice control service state table, and notify all subscribed control points of the updated state.
|
|
int | TvDeviceIncreaseChannel ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Increase the channel.
|
|
int | TvDeviceDecreaseChannel ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Decrease the channel.
|
|
int | TvDeviceSetVolume ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Change the volume, update the TvDevice control service state table, and notify all subscribed control points of the updated state.
|
|
int | TvDeviceIncreaseVolume ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Increase the volume.
|
|
int | TvDeviceDecreaseVolume ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Decrease the volume.
|
|
int | TvDeviceSetColor ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Change the color, update the TvDevice picture service state table, and notify all subscribed control points of the updated state.
|
|
int | TvDeviceIncreaseColor ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Increase the color.
|
|
int | TvDeviceDecreaseColor ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Decrease the color.
|
|
int | TvDeviceSetTint ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Change the tint, update the TvDevice picture service state table, and notify all subscribed control points of the updated state.
|
|
int | TvDeviceIncreaseTint ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Increase tint.
|
|
int | TvDeviceDecreaseTint ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Decrease tint.
|
|
int | TvDeviceSetContrast ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Change the contrast, update the TvDevice picture service state table, and notify all subscribed control points of the updated state.
|
|
int | TvDeviceIncreaseContrast ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Increase the contrast.
|
|
int | TvDeviceDecreaseContrast ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Decrease the contrast.
|
|
int | TvDeviceSetBrightness ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Change the brightness, update the TvDevice picture service state table, and notify all subscribed control points of the updated state.
|
|
int | TvDeviceIncreaseBrightness ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Increase brightnesss.
|
|
int | TvDeviceDecreaseBrightness ( IXML_Document *in, IXML_Document **out, const char **errorString) |
| Decrease brightnesss.
|
|
int | TvDeviceStart ( char *iface, unsigned short port, const char *desc_doc_name, const char *web_dir_path, int ip_mode, print_string pfun, int combo) |
| Initializes the UPnP Sdk, registers the device, and sends out advertisements.
|
|
int | TvDeviceStop (void) |
| Stops the device. Uninitializes the sdk.
|
|
void * | TvDeviceCommandLoop (void *args) |
| Function that receives commands from the user at the command prompt during the lifetime of the device, and calls the appropriate functions for those commands. Only one command, exit, is currently defined.
|
|
int | device_main (int argc, char *argv[]) |
| Main entry point for tv device application.
|
|