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

- public interface Client
Proxy for a remote IrDA device.
| Method Summary | |
void |
confirmConnectionRequest(byte[] serviceData)
|
void |
confirmDisconnectRequest()
|
void |
denyConnectionRequest()
|
java.lang.String |
getDescription()
|
byte[] |
getServiceData()
|
void |
requestConnection()
Sends a connection request to this client and returns. |
void |
requestDisconnect()
|
void |
send(byte[] data,
int offset,
int length)
|
| Method Detail |
confirmConnectionRequest
public void confirmConnectionRequest(byte[] serviceData)
confirmDisconnectRequest
public void confirmDisconnectRequest()
denyConnectionRequest
public void denyConnectionRequest()
getDescription
public java.lang.String getDescription()
getServiceData
public byte[] getServiceData()
requestConnection
public void requestConnection()
- Sends a connection request to this client and returns. The
caller's clientConfirmsConnection() method will be called
if the client accepts the request.
requestDisconnect
public void requestDisconnect()
send
public void send(byte[] data,
int offset,
int length)
|
|||||||||
| Home >> All >> com >> synchrona >> [ jred overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC