public interface SerialPortWrapper
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close()
Close the Serial Port
|
int |
getBaudRate() |
int |
getDataBits() |
int |
getFlowControlIn() |
int |
getFlowControlOut() |
InputStream |
getInputStream()
Return the input stream for an open port
|
OutputStream |
getOutputStream()
Return the output stream for an open port
|
int |
getParity() |
int |
getStopBits() |
void |
open() |
InputStream getInputStream()
OutputStream getOutputStream()
int getBaudRate()
int getFlowControlIn()
int getFlowControlOut()
int getDataBits()
int getStopBits()
int getParity()
Copyright © 2018. All rights reserved.