Class IrWidget

java.lang.Object
org.harctoolbox.harchardware.ir.IrWidget
All Implemented Interfaces:
Closeable, AutoCloseable, IHarcHardware, ICapture, IIrReader

public class IrWidget extends Object implements IHarcHardware, ICapture
This class implements support for Kevin Timmerman's Ir Widget. It uses the NRJavaSerial library, which encapsulates all system dependencies. Although it duplicates some functionality found in Kevin's program IrScope (file widget.cpp), it is not derived. Original web page.