public class UdpSocketPort extends Object implements IStringCommand, IHarcHardware
Constructor and Description |
---|
UdpSocketPort(String hostIp,
int portNumber,
int timeout,
boolean verbose) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getVersion()
Returns the hardware version (not the version of the driver software).
|
boolean |
isValid()
Tries to identify instances that are not valid.
|
static void |
main(String[] args) |
void |
open()
Opens the device with previously set parameters.
|
String |
readString()
Reads a line of text.
|
boolean |
ready()
Tells whether this stream is ready to be read.
|
void |
sendString(String str) |
void |
setDebug(int debug)
Sets a debug parameter.
|
void |
setTimeout(int timeout)
Set timeout in milliseconds.
|
void |
setVerbosity(boolean verbose)
Sets a verbosity flag, causing commands to be executed verbosely.
|
public UdpSocketPort(String hostIp, int portNumber, int timeout, boolean verbose) throws UnknownHostException
UnknownHostException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
public void sendString(String str) throws IOException
sendString
in interface IStringCommand
IOException
public String readString() throws IOException
IStringCommand
readString
in interface IStringCommand
IOException
public boolean isValid()
IHarcHardware
isValid
in interface IHarcHardware
public String getVersion()
IHarcHardware
getVersion
in interface IHarcHardware
public void setTimeout(int timeout)
IHarcHardware
setTimeout
in interface IHarcHardware
timeout
- Timeout in milliseconds.public void setVerbosity(boolean verbose)
IHarcHardware
setVerbosity
in interface IHarcHardware
verbose
- on or offpublic void setDebug(int debug)
IHarcHardware
setDebug
in interface IHarcHardware
public static void main(String[] args)
public void open()
IHarcHardware
open
in interface IHarcHardware
public boolean ready()
IStringCommand
ready
in interface IStringCommand
Copyright © 2015. All rights reserved.