Interface NetBidibPort
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
NetBidibPlainTcpPort,NetBidibServerPlainTcpPort
public interface NetBidibPort extends Runnable
-
-
Field Summary
Fields Modifier and Type Field Description static byte[]BIDIB_NET_PREFIXstatic byte[]BIDIB_WIZARD_NET_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(byte[] sendData, InetAddress address, int portNumber)Send the data to the host.voidstop()Stop the port.
-
-
-
Method Detail
-
send
void send(byte[] sendData, InetAddress address, int portNumber) throws IOExceptionSend the data to the host.- Parameters:
sendData- the data to sendaddress- the receiving address of the hostportNumber- the receiving port number of the host- Throws:
IOException
-
stop
void stop()
Stop the port.
-
-