org.openmuc.wago
Class Wago750DeviceNode

java.lang.Object
  extended by org.openmuc.wago.Wago750DeviceNode

public class Wago750DeviceNode
extends java.lang.Object


Field Summary
 int channels
           
protected  WagoConnection con
           
 int dataLength
           
 java.lang.String description
           
 boolean digital
           
 int digitalAddress
           
 boolean output
           
 int startAddress
           
 int type
           
 
Constructor Summary
Wago750DeviceNode()
           
 
Method Summary
 int getChannels()
           
 int getDataLength()
           
 java.lang.String getDescription()
           
 int getDigitalAddress()
           
 int getStartAddress()
           
 int getType()
           
 int[] getValues()
           
 boolean isDigital()
           
 boolean isOutput()
           
 void writeReg(int bitNr, double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type

description

public java.lang.String description

startAddress

public int startAddress

dataLength

public int dataLength

output

public boolean output

digital

public boolean digital

channels

public int channels

digitalAddress

public int digitalAddress

con

protected WagoConnection con
Constructor Detail

Wago750DeviceNode

public Wago750DeviceNode()
Method Detail

getValues

public int[] getValues()

writeReg

public void writeReg(int bitNr,
                     double value)

getType

public int getType()

getDescription

public java.lang.String getDescription()

getStartAddress

public int getStartAddress()

getDataLength

public int getDataLength()

isOutput

public boolean isOutput()

isDigital

public boolean isDigital()

getChannels

public int getChannels()

getDigitalAddress

public int getDigitalAddress()