Interface IRawIrSenderRepeat

All Superinterfaces:
IRawIrSender
All Known Implementing Classes:
GirsClient

public interface IRawIrSenderRepeat extends IRawIrSender
Commands for IR senders being able to send IR signals repeating "forever".
  • Field Summary

    Fields inherited from interface org.harctoolbox.harchardware.ir.IRawIrSender

    repeatMax
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    sendIrRepeat(org.harctoolbox.ircore.IrSignal irSignal, Transmitter transmitter)
    Like sendCcf, but continues the transmission until interrupted by a stopIr command.

    Methods inherited from interface org.harctoolbox.harchardware.ir.IRawIrSender

    getTransmitter, sendIr
  • Method Details

    • sendIrRepeat

      boolean sendIrRepeat(org.harctoolbox.ircore.IrSignal irSignal, Transmitter transmitter) throws NoSuchTransmitterException, IOException
      Like sendCcf, but continues the transmission until interrupted by a stopIr command. Particular implementations, or hardware, might limit the number of transmissions, though.
      Parameters:
      irSignal -
      transmitter -
      Returns:
      if false, command failed.
      Throws:
      NoSuchTransmitterException
      IOException