Package org.osgi.service.enocean
Class EnOceanEvent
java.lang.Object
org.osgi.service.enocean.EnOceanEvent
Constants for use in EnOcean events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty key used to tell apart messages that are exported or imported.static final StringProperty key for theEnOceanMessageobject embedded in an event.static final StringProperty key for theEnOceanRPCobject embedded in an event.static final StringMain topic for all OSGi dispatched EnOcean messages, imported or exported.static final StringMain 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 theEnOceanMessageobject 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 theEnOceanRPCobject embedded in an event.- See Also:
-