nl.tbdev.IR
Class LapSnrmFrame

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

class LapSnrmFrame
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
LapSnrmFrame(boolean setup)
           
LapSnrmFrame(byte[] frame)
           
LapSnrmFrame(LapFrame frame)
           
LapSnrmFrame(Options opt)
           
 
Method Summary
 byte getConnectAddress()
           
 byte[] getDestAddressByte()
           
 int getDestAddressInt()
           
 void getOption(Options opt)
           
 byte[] getOptions()
           
 byte[] getOrigAddressByte()
           
 int getOrigAddressInt()
           
 boolean resetFrame()
           
 void setConnectAddress(byte ca)
           
 void setDestAddress(byte[] addr)
           
 void setDestAddress(int addr)
           
 void setOrigAddress(byte[] addr)
           
 void setOrigAddress(int addr)
           
 
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

LapSnrmFrame

public LapSnrmFrame(byte[] frame)

LapSnrmFrame

public LapSnrmFrame(LapFrame frame)

LapSnrmFrame

public LapSnrmFrame(boolean setup)

LapSnrmFrame

public LapSnrmFrame(Options opt)
Method Detail

getOrigAddressByte

public byte[] getOrigAddressByte()

getOrigAddressInt

public int getOrigAddressInt()

getDestAddressByte

public byte[] getDestAddressByte()

getDestAddressInt

public int getDestAddressInt()

setOrigAddress

public void setOrigAddress(int addr)

setOrigAddress

public void setOrigAddress(byte[] addr)

setDestAddress

public void setDestAddress(byte[] addr)

setDestAddress

public void setDestAddress(int addr)

resetFrame

public boolean resetFrame()

getConnectAddress

public byte getConnectAddress()

setConnectAddress

public void setConnectAddress(byte ca)

getOptions

public byte[] getOptions()

getOption

public void getOption(Options opt)