tuwien.auto.eicl.util
Class Util
java.lang.Object
tuwien.auto.eicl.util.Util
public class Util
extends java.lang.Object
This class contains utility methods for the Calimero API. These methods are
needed in multiple classes.
static String | getStatusString(short _Status) - Parses the error strings and returns a huam readable string
representation
|
static MulticastSocket | openNextPort() - This method opens a new socket on a port.
|
getStatusString
public static String getStatusString(short _Status)
Parses the error strings and returns a huam readable string
representation
_Status
- the error status
- A human readable error string.
openNextPort
public static MulticastSocket openNextPort()
This method opens a new socket on a port. The portnumber is incremented
from the startport.
- the opened multicastsocket