Package org.osgi.service.enocean
Class EnOceanEvent
java.lang.Object
org.osgi.service.enocean.EnOceanEvent
Constants for use in EnOcean events.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Property key used to tell apart messages that are exported or imported.static final String
Property key for theEnOceanMessage
object embedded in an event.static final String
Property key for theEnOceanRPC
object embedded in an event.static final String
Main topic for all OSGi dispatched EnOcean messages, imported or exported.static final String
Main topic for all OSGi broadcast EnOcean RPCs, imported or exported. -
Method Summary
-
Field Details
-
TOPIC_MSG_RECEIVED
Main topic for all OSGi dispatched EnOcean messages, imported or exported.- See Also:
-
TOPIC_RPC_BROADCAST
Main topic for all OSGi broadcast EnOcean RPCs, imported or exported.- See Also:
-
PROPERTY_MESSAGE
Property key for theEnOceanMessage
object embedded in an event.- See Also:
-
PROPERTY_EXPORTED
Property key used to tell apart messages that are exported or imported.- See Also:
-
PROPERTY_RPC
Property key for theEnOceanRPC
object embedded in an event.- See Also:
-