public class DryContactProxy extends DeviceProxy<DryContact> implements DryContact
Constructor and Description |
---|
DryContactProxy() |
Modifier and Type | Method and Description |
---|---|
int |
getLastKnownState()
Get the last known state of this device.
|
getChildren, getDescriptor, getName, getParent
getReference, invoke, invokeBoolean, invokeByte, invokeChar, invokeDouble, invokeFloat, invokeInt, invokeLong, invokeRef, invokeShort
public int getLastKnownState()
DryContact
getLastKnownState
in interface DryContact
BinaryState.ON
if the dry contact is closed or
BinaryState.OFF
if open.