jamod at SF

net.wimpi.modbus.procimg
Interface DigitalIn

All Known Implementing Classes:
SimpleDigitalIn

public interface DigitalIn

Interface defining a digital input.

In Modbus terms this represents an input discrete, it is read only from the slave side.

Version:
1.2rc1 (09/11/2004)
Author:
Dieter Wimberger

Method Summary
 boolean isSet()
          Tests if this DigitalIn is set.
 

Method Detail

isSet

public boolean isSet()
Tests if this DigitalIn is set.

Returns:
true if set, false otherwise.

jamod at SF

Copyright © 2002-2004 jamod development team.