Package x10

Core API's for building software-based X10 Modules, and communicating with hardware-based X10 Modules.

See:
          Description

Interface Summary
Controller Controller is implemented by any class that can act as an entry point for controlling x10 devices.
UnitListener UnitListener is the interface implemented by objects that wish to recieve UnitEvents.
 

Class Summary
CM11ASerialController CM11ASerialController is an X10 Controller that bridges x10 hardware and software by communicating via a SerialPort with the x10 "CM11A" module.
CM17ASerialController CM17ASerialController is an X10 Controller that bridges x10 hardware and software by communicating via a SerialPort with the x10 "Firecracker" module.
Command Command represents an x10 command.
UnitEvent UnitEvent an event representing a change in state of an x10 hardware or software module.
UnitEventDispatcher UnitEventDispatcher is a threaded dispatcher that calls each registered UnitListener when an event comes in.
 

Exception Summary
OperationTimedOutException OperationTimedOutException is an exception to be thrown when an operation times out.
 

Package x10 Description

Core API's for building software-based X10 Modules, and communicating with hardware-based X10 Modules.



Copyright ©2000-2005 Wade Wassenberg.
On the web: http://x10.homelinux.org.
Send bug reports to x10@wass.homelinux.net.
Last Modified June 1, 2005