nl.tbdev.IR
Class LmpFrame
java.lang.Object
|
+--nl.tbdev.IR.LmpFrame
- Direct Known Subclasses:
- LmpControlFrame
- class LmpFrame
- extends java.lang.Object
Basic IR frame format definition. For IR internal use only.
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
frame
byte[] frame
LMPCONNECT
public static final byte LMPCONNECT
LMPDISCONNECT
public static final byte LMPDISCONNECT
LMPACCESSMODE
public static final byte LMPACCESSMODE
LmpFrame
public LmpFrame(byte[] iframe)
LmpFrame
public LmpFrame(int size)
isControl
public boolean isControl()
setControl
public void setControl()
isABit
public boolean isABit()
setABit
public void setABit()
getDlsap
public byte getDlsap()
setDlsap
public void setDlsap(byte lsap)
getSlsap
public byte getSlsap()
setSlsap
public void setSlsap(byte lsap)
getOpcode
public byte getOpcode()
setOpcode
public void setOpcode(byte opcode)
getParameter
public byte getParameter(int nr)
setParameter
public void setParameter(int nr,
int value)
getFrame
public byte[] getFrame()
getData
public byte[] getData()
putData
public void putData(byte[] data)
getControlData
public byte[] getControlData()