How to Write a Target Adapter (TA)


Table of Contents


Understand the UCH Architecture

Please refer to the UCH specification.

Write Your TA

Your TA must implement the ITA Interface, and may use any method of the ITAListener interface. Implement the Interface IUpdateListener (only required for UPnP Targets).

ITA has the following methods:

UCH header files required:

Make Your TA a Dynamic Library

Please refer to How to create a dynamic library.

Configure the UCH to Use Your TA

Please refer to How to Modify the UCH Configuration File.


Last update: Parikshit Thakur & Team, 2008-06-26; Gottfried Zimmermann, 2008-06-25