|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.modbus.ModbusDevice
public class ModbusDevice
Constructor Summary | |
---|---|
ModbusDevice(DeviceURI url)
|
|
ModbusDevice(java.lang.String serverIP)
|
Method Summary | |
---|---|
void |
disconnect()
|
java.util.Vector<Measurement> |
getChannels(java.util.List<ChannelIdentifier> registers)
|
DeviceURI |
getUrl()
|
void |
writeOutputRegister(ChannelIdentifier register,
double value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModbusDevice(DeviceURI url) throws java.lang.Exception
java.lang.Exception
public ModbusDevice(java.lang.String serverIP) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public DeviceURI getUrl()
public void disconnect()
public void writeOutputRegister(ChannelIdentifier register, double value) throws MethodNotImplementedException
MethodNotImplementedException
public java.util.Vector<Measurement> getChannels(java.util.List<ChannelIdentifier> registers) throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |