|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessEvent | |
---|---|
tuwien.auto.calimero.process | Provides high level process communication. |
Uses of ProcessEvent in tuwien.auto.calimero.process |
---|
Methods in tuwien.auto.calimero.process with parameters of type ProcessEvent | |
---|---|
boolean |
ProcessListenerEx.asBool(ProcessEvent e)
Returns the ASDU of the received process event as boolean datapoint value. |
byte |
ProcessListenerEx.asControl(ProcessEvent e)
Returns the ASDU of the received process event as 3 Bit controlled datapoint value. |
float |
ProcessListenerEx.asFloat(ProcessEvent e)
Returns the ASDU of the received process event as 2 byte KNX float datapoint value. |
java.lang.String |
ProcessListenerEx.asString(ProcessEvent e)
Returns the ASDU of the received process event as string datapoint value. |
java.lang.String |
ProcessListenerEx.asString(ProcessEvent e,
int dptMainNumber,
java.lang.String dptID)
Returns the ASDU of the received process event as datapoint value of the requested DPT in String representation. |
short |
ProcessListenerEx.asUnsigned(ProcessEvent e,
java.lang.String scale)
Returns the ASDU of the received process event as unsigned 8 Bit datapoint value. |
abstract void |
ProcessListenerEx.groupReadRequest(ProcessEvent e)
Indicates that a KNX group read request message was received from the KNX network. |
abstract void |
ProcessListenerEx.groupReadResponse(ProcessEvent e)
Indicates that a KNX group read response message was received from the KNX network. |
void |
ProcessListener.groupWrite(ProcessEvent e)
Indicates that a KNX group write message indication was received from the KNX network. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |