Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.synchrona.jred.irlap.IrLAPFrame

Uses of IrLAPFrame in com.synchrona.jred.irlap
 

Methods in com.synchrona.jred.irlap that return IrLAPFrame
 IrLAPFrame IrLAPSendQueue.get(int nIndex)
          Returns the nIndex'th frame in the queue without removing it, because IrLAP frames have to be acknowledged or resent.
 IrLAPFrame IrLAPSendQueue.getNext()
          Returns the first frame in the queue without removing it, because IrLAP data-carrying frames have to be acknowledged or resent.
 

Methods in com.synchrona.jred.irlap with parameters of type IrLAPFrame
 void IrLAPSendQueue.addFrame(IrLAPFrame frame)
           
 void IrLAPSendQueue.remove(IrLAPFrame frame)