Uses of Class
org.harctoolbox.irscrutinizer.HardwareUnavailableException

Packages that use HardwareUnavailableException
org.harctoolbox.irscrutinizer   
org.harctoolbox.irscrutinizer.sendinghardware   
 

Uses of HardwareUnavailableException in org.harctoolbox.irscrutinizer
 

Methods in org.harctoolbox.irscrutinizer that throw HardwareUnavailableException
 void GuiMain.transmit(org.harctoolbox.girr.Command command)
           
 void GuiMain.transmit(org.harctoolbox.IrpMaster.IrSignal irSignal)
           
 

Uses of HardwareUnavailableException in org.harctoolbox.irscrutinizer.sendinghardware
 

Methods in org.harctoolbox.irscrutinizer.sendinghardware that throw HardwareUnavailableException
 org.harctoolbox.harchardware.ir.Transmitter ISendingHardware.getTransmitter()
           
 org.harctoolbox.harchardware.ir.Transmitter SendingGlobalCache.getTransmitter()
           
 org.harctoolbox.harchardware.ir.Transmitter SendingHardware.getTransmitter()
           
 boolean ISendingHardware.sendIr(org.harctoolbox.IrpMaster.IrSignal irSignal, int count)
           
 boolean SendingHardware.sendIr(org.harctoolbox.IrpMaster.IrSignal irSignal, int count)
           
 boolean SendingHardwareManager.sendIr(org.harctoolbox.IrpMaster.IrSignal irSignal, int count)