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

Quick Search    Search Deep

com.synchrona.jred
Interface iIrLMPService  view iIrLMPService download iIrLMPService.java

All Known Implementing Classes:
IrIAS, TinyTP

public interface iIrLMPService


Method Summary
 void connectRequest(Test irlmp, byte yDestinationLSAP, byte ySourceLSAP, byte[] ayUserData)
           
 void serviceRequest(Test irlmp, IrLMPConnection conn, byte[] ayRequest, int nOffset, int nLength)
           
 void setLog(java.io.PrintWriter log)
           
 void setLogging(boolean bDoLogging)
           
 

Method Detail

connectRequest

public void connectRequest(Test irlmp,
                           byte yDestinationLSAP,
                           byte ySourceLSAP,
                           byte[] ayUserData)

serviceRequest

public void serviceRequest(Test irlmp,
                           IrLMPConnection conn,
                           byte[] ayRequest,
                           int nOffset,
                           int nLength)
                    throws java.lang.Exception

setLog

public void setLog(java.io.PrintWriter log)

setLogging

public void setLogging(boolean bDoLogging)