|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cesys.cebo.cebomsr.LibraryInterface
public final class LibraryInterface
Class that is responsible for all device independent functionality.
Method Summary | |
---|---|
static java.util.List<Device> |
enumerate(DeviceType type)
Enumerate devices on this system. |
static java.util.List<Device> |
enumerateNetwork(java.lang.String hostname,
int port,
DeviceType type)
*** unofficial experimental feature, don't use *** |
static java.lang.String |
getApiVersion()
Request version of the CeboMsr-Base-API. |
static java.lang.String |
getUsbBaseVersion()
Request version of the underlying Cesys USB Base API Layer. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getApiVersion() throws java.io.IOException
java.io.IOException
public static java.lang.String getUsbBaseVersion() throws java.io.IOException
java.io.IOException
public static java.util.List<Device> enumerate(DeviceType type) throws java.io.IOException
java.io.IOException
public static java.util.List<Device> enumerateNetwork(java.lang.String hostname, int port, DeviceType type) throws java.io.IOException
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |