public class DeviceHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
Object |
clone() |
boolean |
drain() |
protected void |
finalize() |
void |
flush() |
String |
getPortName() |
int |
getReadBytes() |
float |
getTimeout() |
int |
getWrittenBytes() |
byte[] |
read(int readNumBytes) |
void |
setTimeout(float timeout) |
void |
write(byte[] data) |
public void write(byte[] data)
public byte[] read(int readNumBytes)
public int available()
public boolean drain()
public void flush()
throws IOException
IOExceptionpublic float getTimeout()
public void setTimeout(float timeout)
public int getReadBytes()
public int getWrittenBytes()
public String getPortName()
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2011-2016 United ID. All Rights Reserved.