public class CCFIRCode extends CCFNode implements ProntoConstants
TEXT_CENTER, TEXT_LEFT, TEXT_RIGHT
ENC_PULSE_POS, ENC_PULSE_WIDTH, ENC_RC5, ENC_RC51, ENC_RC6, ENC_RC61, ENC_RC7, ENC_RC8, ENC_RC9
Constructor and Description |
---|
CCFIRCode(com.neuron.app.tonto.CCFHeader header) |
CCFIRCode(com.neuron.app.tonto.CCFHeader header,
java.lang.String code) |
CCFIRCode(com.neuron.app.tonto.CCFHeader header,
java.lang.String name,
java.lang.String code) |
Modifier and Type | Method and Description |
---|---|
void |
checkVersion() |
java.lang.String |
getCode()
Get the Pronto ASCII Hex representation of this code.
|
java.lang.String |
getName()
Get the name associated with this code.
|
void |
postDecode(com.neuron.app.tonto.CCFNodeState zs) |
void |
preDecode(com.neuron.app.tonto.CCFNodeState zs) |
void |
preEncode(com.neuron.app.tonto.CCFNodeState zs) |
void |
setCode(java.lang.String hex)
Set the Pronto ASCII Hex representation of this code.
|
void |
setName(java.lang.String name)
Set the name associated with this code.
|
void |
setUDB(boolean udb) |
getHeader, getParent, getParentDevice, getParentPanel, toString
public CCFIRCode(com.neuron.app.tonto.CCFHeader header)
public CCFIRCode(com.neuron.app.tonto.CCFHeader header, java.lang.String code)
public CCFIRCode(com.neuron.app.tonto.CCFHeader header, java.lang.String name, java.lang.String code)
public java.lang.String getName()
public void setName(java.lang.String name)
public void setUDB(boolean udb)
public java.lang.String getCode()
public void setCode(java.lang.String hex)
hex
- new IRCodepublic void checkVersion()
public void preEncode(com.neuron.app.tonto.CCFNodeState zs)
public void preDecode(com.neuron.app.tonto.CCFNodeState zs)
public void postDecode(com.neuron.app.tonto.CCFNodeState zs)