public interface IAsynchConnection extends IConnection
Modifier and Type | Method and Description |
---|---|
void |
sendAsynch(ID receiver,
byte[] data)
Send data asynchronously.
|
addListener, connect, disconnect, getLocalID, getProperties, isConnected, isStarted, removeListener, start, stop
void sendAsynch(ID receiver, byte[] data) throws IOException
receiver
- the ID of the intended receiverdata
- the data to sendIOException
- thrown if data cannot be sent (e.g. disconnected)Copyright © 2017 Eclipse Foundation. All rights reserved.