The XtenWEB Active-X Component provides three object classes for programming
the CP290 controller attached to a serial port. In a web environment, the
CP290 is attached to a web server and is programmed by references to the XtenWEB
component in server-side scripts. XtenWEB can also be used in any
environment that supports Active-X components (such as Microsoft Visual Basic).
XtenWEB provides the following three object classes:
| XtenWEB.CP290 |
The CP290 class provides a single property that is
used to specify which serial port is attached to the CP290. |
| XtenWEB.Device |
The Device class is used to describe a single
device (A House code and one or more modules), and provides methods to
issue X10 commands to this device. |
| XtenWEB.Devices |
The Devices class is a collection of one or more
Device objects. Properties and methods are provided to maintain
the collection of Devices, and methods are provided to save and restore
the Device definitions to/from a file. |
Use the navigation buttons in the left margin of this page for further details
on each of the XtenWEB classes and for examples of code using XtenWEB classes.