nl.tbdev.IR
Class LapRdFrame

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

class LapRdFrame
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
LapRdFrame(byte addr)
           
LapRdFrame(byte[] frame)
           
LapRdFrame(LapFrame frame)
           
 
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

LapRdFrame

public LapRdFrame(byte[] frame)

LapRdFrame

public LapRdFrame(LapFrame frame)

LapRdFrame

public LapRdFrame(byte addr)