Class IrCodeNode

java.lang.Object
org.harctoolbox.jirc.IrCodeNode

final class IrCodeNode extends Object
This class mirrors ir_code_node from Lirc 0.9.0. It consists of an long "code", with packing to be put in a linked list, the way programming was made the previous century :-).
  • Constructor Details

    • IrCodeNode

      IrCodeNode(long code, IrCodeNode next)
    • IrCodeNode

      IrCodeNode(long code)
    • IrCodeNode

      IrCodeNode(String code)
    • IrCodeNode

      IrCodeNode(List<Long> list)
  • Method Details

    • getCode

      public long getCode()
      Returns:
      the code
    • getNext

      public IrCodeNode getNext()
      Returns:
      the next
    • setCode

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