Public Member Functions | |
Level () | |
Creates an object for the device. | |
Level (DSPortAdapter adapter, String netAddress) | |
Creates an object for the device with the supplied address and device type connected to the supplied port adapter. | |
String | readSensor () throws OneWireException |
The readSensor method returns the <max> or <min> string of the Sensor (in this case, a switch). |
Level | ( | DSPortAdapter | adapter, | |
String | netAddress | |||
) |
Creates an object for the device with the supplied address and device type connected to the supplied port adapter.
adapter | The adapter serving the sensor. | |
netAddress | The 1-Wire network address of the sensor. |
String readSensor | ( | ) | throws OneWireException |
The readSensor method returns the <max> or <min> string of the Sensor (in this case, a switch).
The elements <max> and <min> represent conducting and non-conducting states of the switch, respectively.
. |