Package org.harctoolbox.jirc
Class IrCodeNode
java.lang.Object
org.harctoolbox.jirc.IrCodeNode
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 Summary
ConstructorDescriptionIrCodeNode
(long code) IrCodeNode
(long code, IrCodeNode next) IrCodeNode
(String code) IrCodeNode
(List<Long> list) -
Method Summary
-
Constructor Details
-
IrCodeNode
IrCodeNode(long code, IrCodeNode next) -
IrCodeNode
IrCodeNode(long code) -
IrCodeNode
IrCodeNode(String code) -
IrCodeNode
-
-
Method Details
-
getCode
public long getCode()- Returns:
- the code
-
getNext
- Returns:
- the next
-
setCode
public void setCode(long code) - Parameters:
code
- the code to set
-