|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.mbus.driver.MBusConnection
public class MBusConnection
Field Summary | |
---|---|
protected byte[] |
data
|
protected org.openmuc.jmbus.MBusASAP |
mBusASAP
|
Constructor Summary | |
---|---|
MBusConnection(java.lang.String iface,
java.lang.String configStr)
|
Method Summary | |
---|---|
void |
addReadoutTask(DataReceivedListener callback,
java.lang.Object callbackHandle,
java.util.List<ChannelIdentifier> registers,
DeviceURI url)
|
void |
close()
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected byte[] data
protected org.openmuc.jmbus.MBusASAP mBusASAP
Constructor Detail |
---|
public MBusConnection(java.lang.String iface, java.lang.String configStr) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void addReadoutTask(DataReceivedListener callback, java.lang.Object callbackHandle, java.util.List<ChannelIdentifier> registers, DeviceURI url)
public void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |