public class IrNCode extends Object
| Constructor and Description |
|---|
IrNCode(String name,
ArrayList<Long> codelist) |
IrNCode(String name,
long code) |
IrNCode(String name,
long code,
ArrayList<Integer> signals) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCode() |
IrCodeNode |
getCurrent() |
String |
getName() |
IrCodeNode |
getNext() |
ArrayList<Integer> |
getSignals() |
IrCodeNode |
getTransmit_state() |
void |
setCode(long code) |
void |
setCurrent(IrCodeNode current) |
void |
setTransmit_state(IrCodeNode transmit_state) |
public IrNCode(String name, long code)
public String getName()
public long getCode()
public IrCodeNode getNext()
public IrCodeNode getCurrent()
public IrCodeNode getTransmit_state()
public void setCurrent(IrCodeNode current)
current - the current to setpublic void setTransmit_state(IrCodeNode transmit_state)
transmit_state - the transmit_state to setpublic void setCode(long code)
code - the code to setCopyright © 2015. All rights reserved.