|
|||||||||
| Home >> All >> com >> synchrona >> jred >> [ irlap overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.synchrona.jred.irlap
Interface iIrLAPFramerListener

- 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
|
|||||||||
| Home >> All >> com >> synchrona >> jred >> [ irlap overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC