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

Quick Search    Search Deep

com.synchrona.jred.irlap
Interface iIrLAPFramerListener  view iIrLAPFramerListener download iIrLAPFramerListener.java

All Known Implementing Classes:
IrLAPContext

interface iIrLAPFramerListener


Method Summary
 void handleData(byte yConnection, boolean bCommand, int nNs, int nNr, boolean bPoll, byte[] ayData)
           
 void handleDisconnect(byte yConnection, boolean bCommand, boolean bPoll)
           
 void handleRR(byte yConnection, int nNr, boolean bCommand, boolean bPoll)
           
 void handleSNRM(int nSource, int nDestination, byte yConnection, byte[] ayParameters)
           
 void handleXID(int nSource, int nDestination, byte yNumSlots, byte ySlot, boolean bCommand, byte[] ayHints)
           
 

Method Detail

handleData

public void handleData(byte yConnection,
                       boolean bCommand,
                       int nNs,
                       int nNr,
                       boolean bPoll,
                       byte[] ayData)
                throws java.lang.Exception

handleDisconnect

public void handleDisconnect(byte yConnection,
                             boolean bCommand,
                             boolean bPoll)
                      throws java.lang.Exception

handleRR

public void handleRR(byte yConnection,
                     int nNr,
                     boolean bCommand,
                     boolean bPoll)
              throws java.lang.Exception

handleSNRM

public void handleSNRM(int nSource,
                       int nDestination,
                       byte yConnection,
                       byte[] ayParameters)
                throws java.lang.Exception

handleXID

public void handleXID(int nSource,
                      int nDestination,
                      byte yNumSlots,
                      byte ySlot,
                      boolean bCommand,
                      byte[] ayHints)
               throws java.lang.Exception