Public Member Functions | |
Contact () | |
Creates an object for the device. | |
Contact (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" string if the Sensor is present or the "min" string if the Sensor is not present. |
Contact | ( | 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. | |
netAddress |
String readSensor | ( | ) | throws OneWireException |
The readSensor method returns the "max" string if the Sensor is present or the "min" string if the Sensor is not present.
. |