Class IrNCode

java.lang.Object
org.harctoolbox.jirc.IrNCode

final class IrNCode extends Object
This class consists of an IR code with a name. It mirrors ir_ncode from Lirc 0.9.0.
  • Constructor Details

  • Method Details

    • parseLircNumber

      public static long parseLircNumber(String s)
    • getName

      public String getName()
      Returns:
      the name
    • getCode

      public long getCode()
      Returns:
      the code
    • getSignals

      public List<Integer> getSignals()
      Returns:
      the signals
    • getNext

      public IrCodeNode getNext()
      Returns:
      the next
    • getCurrent

      public IrCodeNode getCurrent()
      Returns:
      the current
    • getTransmit_state

      public IrCodeNode getTransmit_state()
      Returns:
      the transmit_state
    • setCurrent

      public void setCurrent(IrCodeNode current)
      Parameters:
      current - the current to set
    • setTransmit_state

      public void setTransmit_state(IrCodeNode transmit_state)
      Parameters:
      transmit_state - the transmit_state to set
    • setCode

      public void setCode(long code)
      Parameters:
      code - the code to set