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.IrLAPContext

Uses of IrLAPContext in com.synchrona.jred.irlap
 

Fields in com.synchrona.jred.irlap declared as IrLAPContext
private  IrLAPContext IrLAPContext.m_this
           
 

Methods in com.synchrona.jred.irlap with parameters of type IrLAPContext
 void IrLAPStateQuery.handleSlotTimerExpired(IrLAPContext context)
           
 void IrLAPStateQuery.handleXID(IrLAPContext context, int nSource, int nDestination, byte ySlot, boolean bCommand, byte[] ayHints)
           
 void iIrLAPListener.connectIndication(IrLAPContext context, ConnectionInformation connectionInfo)
           
 void iIrLAPListener.dataIndication(IrLAPContext context, ConnectionInformation connInfo, byte[] ayData)
           
 void iIrLAPListener.discoveryIndication(IrLAPContext context, DiscoveryInformation discoveryInfo)
           
 void IrLAPStateReply.handleXID(IrLAPContext context, int nSource, int nDestination, byte ySlot, boolean bCommand, byte[] ayHints)
           
 void IrLAPStateReceive.handleData(IrLAPContext context, byte yConnection, int nNr, boolean bCommand, boolean bPoll, byte[] ayData)
           
 void IrLAPStateReceive.handleDisconnect(IrLAPContext context, int nSource, byte yConnection)
           
 void IrLAPStateReceive.handleRR(IrLAPContext context, byte yConnection, int nNr, boolean bCommand, boolean bPoll)
           
 void IrLAPStateReceive.handleXID(IrLAPContext context, int nSource, int nDestination, byte ySlot, boolean bCommand, byte[] ayHints)
           
 void IrLAPStateNDM.connectionRequest(IrLAPContext context, int nDestination)
           
 void IrLAPStateNDM.discoveryRequest(IrLAPContext context)
          Begin active discovery of other IrDA devices.
 void IrLAPStateNDM.handleSNRM(IrLAPContext context, int nSource, int nDestination, byte yConnection, byte[] ayParameters)
           
 void IrLAPStateNDM.handleXID(IrLAPContext context, int nSource, int nDestination, byte ySlot, boolean bCommand, byte[] ayHints)
           
 void IrLAPStateConnect.connectResponse(IrLAPContext context, int nDestination, byte yConnection, byte[] ayCommParameters)
           
 void IrLAPState.connectResponse(IrLAPContext context, int nDestination, byte yConnection, byte[] ayParameters)
           
 void IrLAPState.discoveryRequest(IrLAPContext context)
           
 void IrLAPState.handleData(IrLAPContext context, byte yConnection, int nNr, boolean bCommand, boolean bPoll, byte[] ayData)
          Somebody has sent us data.
 void IrLAPState.handleDataRequest(IrLAPContext context, byte ayData, int nOffset, int nLength)
          An IrLAP service user wants to send data to an IrLAP client.
 void IrLAPState.handleDisconnect(IrLAPContext context, int nSource, byte yConnection)
           
 void IrLAPState.handleFTimerExpired(IrLAPContext context)
           
 void IrLAPState.handlePTimerExpired(IrLAPContext context)
           
 void IrLAPState.handleQueryTimerExpired(IrLAPContext context)
           
 void IrLAPState.handleRR(IrLAPContext context, byte yConnection, int nNr, boolean bCommand, boolean bPoll)
           
 void IrLAPState.handleSNRM(IrLAPContext context, int nSource, int nDestination, byte yConnection, byte[] ayParameters)
           
 void IrLAPState.handleUA(IrLAPContext context, byte[] ayParams, int nOffset, int nLength)
           
 void IrLAPState.handleWatchdogTimerExpired(IrLAPContext context)
           
 void IrLAPState.handleXID(IrLAPContext context, int nSource, int nDestination, byte ySlot, boolean bCommand, byte[] ayHints)