nl.tbdev.IR
Class LapXIDFrame
java.lang.Object
|
+--nl.tbdev.IR.LapFrame
|
+--nl.tbdev.IR.LapXIDFrame
- class LapXIDFrame
- extends LapFrame
Basic IR frame format definition. For IR internal use only.
| Fields inherited from class nl.tbdev.IR.LapFrame |
DISCc, DMr, frame, FRMRr, RDr, REJ, RNR, RNRMr, RR, SNRMc, SREJ, TEST, UAr, UIDc, UIr, XIDc, XIDr |
| Methods inherited from class nl.tbdev.IR.LapFrame |
getAddress, getFrame, getMaxSlot, getSlot, isAddressConflict, isControl, isEndDiscovery, isFinal, isInformation, isPoll, isResponse, isSupervisory, isUnnumbered, newFrame, newFrame, setControl, setFinal, setPoll, setResponse, supervisoryControl, supervisoryResponse, unnumberedControl, unnumberedResponse |
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
LapXIDFrame
public LapXIDFrame(byte[] frame)
LapXIDFrame
public LapXIDFrame(LapFrame frame)
LapXIDFrame
public LapXIDFrame(boolean response,
int additionalSize)
getOrigAddressByte
public byte[] getOrigAddressByte()
getOrigAddressInt
public int getOrigAddressInt()
getDestAddressByte
public byte[] getDestAddressByte()
getDestAddressInt
public int getDestAddressInt()
setOrigAddress
public void setOrigAddress(byte[] addr)
setOrigAddress
public void setOrigAddress(int addr)
setDestAddress
public void setDestAddress(byte[] addr)
setDestAddress
public void setDestAddress(int addr)
setMaxSlot
public void setMaxSlot(int slots)
setAddressConflict
public void setAddressConflict(boolean value)
setSlot
public void setSlot(int slot)
getInfo
public byte[] getInfo()
setInfo
public void setInfo(byte[] info)