nl.tbdev.IR
Class LapDiscFrame

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

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

LapDiscFrame

public LapDiscFrame(byte[] frame)

LapDiscFrame

public LapDiscFrame(LapFrame frame)

LapDiscFrame

public LapDiscFrame(byte addr)