|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface defines the calls that occur from the IrDA layers to the user application.
| Method Summary | |
void |
connectionCallbackConfirm(byte[] data)
called whenever a connection request succeeds |
void |
connectionCallbackConnect(byte[] data)
called whenever a connection request for this service is received. |
void |
connectionCallbackData(byte[] data)
called whenever data is received for this service. |
void |
connectionCallbackDisconnect()
called on all LAP disconnects |
void |
connectionCallbackLink()
called whenever a link connection is established |
void |
setConnection(IrConnection c)
called to set the asociated IrConnection information for this client |
| Method Detail |
public void connectionCallbackConnect(byte[] data)
public void connectionCallbackConfirm(byte[] data)
public void connectionCallbackLink()
public void connectionCallbackData(byte[] data)
data - contains the application level data, no IrDA frame headers.public void connectionCallbackDisconnect()
public void setConnection(IrConnection c)
c - IrConnection reference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||