Interface IRemoteCommandIrSender

All Known Implementing Classes:
GirsClient, IrTransIRDB, LircCcfClient, LircClient

public interface IRemoteCommandIrSender
This is a bunch of functions for IR senders using a remote/command-model of sending.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Number of repeats to perform by sendIrCommandRepeat
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an array of command names for the remote given in the argument.
    Returns an array of "remote" names.
    Returns a default Transmitter for the device.
    boolean
    sendIrCommand(String remote, String command, int count, Transmitter transmitter)
    Sends the command to the hardware, to be sent count number of times.
    boolean
    sendIrCommandRepeat(String remote, String command, Transmitter transmitter)
    Like sendIr, but sends the IR signal until stopped by stopIr.