|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
tuwien.auto.calimero.process.ProcessEvent
public class ProcessEvent
Contains information about a process message event.
ProcessCommunicator,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ProcessEvent(java.lang.Object source,
IndividualAddress src,
GroupAddress dst,
byte[] asdu)
Creates a new process event with the KNX message source address, destination address and ASDU. |
|
| Method Summary | |
|---|---|
byte[] |
getASDU()
Returns the application layer service data unit (ASDU). |
GroupAddress |
getDestination()
Returns the KNX destination group address. |
IndividualAddress |
getSourceAddr()
Returns the KNX individual source address. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessEvent(java.lang.Object source,
IndividualAddress src,
GroupAddress dst,
byte[] asdu)
source - the receiving process communicatorsrc - KNX source individual address of messagedst - KNX destination address of messageasdu - byte array with application layer service data unit (ASDU), no copy is
created| Method Detail |
|---|
public final byte[] getASDU()
public final GroupAddress getDestination()
public final IndividualAddress getSourceAddr()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||