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

Quick Search    Search Deep

Uses of Class
com.synchrona.jred.Test

Uses of Test in com.synchrona.jred
 

Fields in com.synchrona.jred declared as Test
private  Test TinyTP.m_irlmp
           
 

Methods in com.synchrona.jred that return Test
 Test TinyTP.getIrLMP()
           
 

Methods in com.synchrona.jred with parameters of type Test
 void iIrLMPService.connectRequest(Test irlmp, byte yDestinationLSAP, byte ySourceLSAP, byte[] ayUserData)
           
 void iIrLMPService.serviceRequest(Test irlmp, IrLMPConnection conn, byte[] ayRequest, int nOffset, int nLength)
           
 void TinyTP.connectRequest(Test irlmp, byte yDestinationLSAP, byte ySourceLSAP, byte[] ayUserData)
           
 void TinyTP.serviceRequest(Test irlmp, IrLMPConnection conn, byte[] ayRequest, int nOffset, int nLength)
           
 void IrIAS.connectRequest(Test irlmp, byte yDestinationLSAP, byte ySourceLSAP, byte[] ayUserData)
           
 void IrIAS.serviceRequest(Test irlmp, IrLMPConnection conn, byte[] ayRequest, int nOffset, int nLength)
           
private  void IrIAS.getValueByClass(Test irlmp, java.lang.String strClass, java.lang.String strAttribute)
           
 

Constructors in com.synchrona.jred with parameters of type Test
TinyTP(com.synchrona.util.Log log, Test irlmp, IrOBEX obex)
           
IrLMPConnection(Test irlmp, byte dstLsap, byte srcLsap, com.synchrona.jred.irlap.ConnectionInformation irlapConnection)