nl.tbdev.IR
Class LapSFrame

java.lang.Object
  |
  +--nl.tbdev.IR.LapFrame
        |
        +--nl.tbdev.IR.LapSFrame

class LapSFrame
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
 
Constructor Summary
LapSFrame(byte[] frame)
           
LapSFrame(byte addr, int nr)
           
LapSFrame(LapFrame frame)
           
 
Method Summary
 byte getNr()
           
 void setType(byte type)
           
 
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
 

Constructor Detail

LapSFrame

public LapSFrame(byte[] frame)

LapSFrame

public LapSFrame(LapFrame frame)

LapSFrame

public LapSFrame(byte addr,
                 int nr)
Method Detail

getNr

public byte getNr()

setType

public void setType(byte type)