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:
@version@ (@date@)
Author:
Dieter Wimberger

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

Method Detail

isSet

boolean isSet()
Tests if this DigitalIn is set.

Returns:
true if set, false otherwise.


Copyright © 2010. All Rights Reserved.