nl.tbdev.IR
Class LmpControlFrame

java.lang.Object
  |
  +--nl.tbdev.IR.LmpFrame
        |
        +--nl.tbdev.IR.LmpControlFrame

class LmpControlFrame
extends LmpFrame

Basic IR frame format definition. For IR internal use only.


Fields inherited from class nl.tbdev.IR.LmpFrame
frame, LMPACCESSMODE, LMPCONNECT, LMPDISCONNECT
 
Constructor Summary
LmpControlFrame(byte[] iframe)
           
LmpControlFrame(byte dlsap, byte slsap, byte opcode, boolean abit, byte[] parms)
           
LmpControlFrame(int size)
           
 
Methods inherited from class nl.tbdev.IR.LmpFrame
getControlData, getData, getDlsap, getFrame, getOpcode, getParameter, getSlsap, isABit, isControl, putData, setABit, setControl, setDlsap, setOpcode, setParameter, setSlsap
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

LmpControlFrame

public LmpControlFrame(byte[] iframe)

LmpControlFrame

public LmpControlFrame(int size)

LmpControlFrame

public LmpControlFrame(byte dlsap,
                       byte slsap,
                       byte opcode,
                       boolean abit,
                       byte[] parms)