public interface ICommSerialPort
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.io.InputStream |
getInputStream() |
java.lang.String |
getName() |
java.io.OutputStream |
getOutputStream() |
void |
sendBreak(int len) |
java.lang.String getName()
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionjava.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionvoid sendBreak(int len)
throws java.io.IOException
java.io.IOExceptionvoid close()