Public Member Functions | |
| NetworkComm () | |
| int | open (String ip) |
| void | close () |
| int | read (byte[] buffer, int len) |
| int | write (byte[] buffer) |
| int | detect () |
| com.red.rcp.NetworkComm.NetworkComm | ( | ) |
| int com.red.rcp.NetworkComm.open | ( | String | ip | ) |
Implements com.red.rcp.RCPCommInterface.
| void com.red.rcp.NetworkComm.close | ( | ) |
Implements com.red.rcp.RCPCommInterface.
| int com.red.rcp.NetworkComm.read | ( | byte [] | buffer, |
| int | len | ||
| ) |
Implements com.red.rcp.RCPCommInterface.
| int com.red.rcp.NetworkComm.write | ( | byte [] | buffer | ) |
Implements com.red.rcp.RCPCommInterface.
| int com.red.rcp.NetworkComm.detect | ( | ) |
Implements com.red.rcp.RCPCommInterface.