Class EnOceanEvent


  • public final class EnOceanEvent
    extends java.lang.Object
    Constants for use in EnOcean events.
    Author:
    $Id: 71424be577d213f3b84a9a049526900afb049f6c $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTY_EXPORTED
      Property key used to tell apart messages that are exported or imported.
      static java.lang.String PROPERTY_MESSAGE
      Property key for the EnOceanMessage object embedded in an event.
      static java.lang.String PROPERTY_RPC
      Property key for the EnOceanRPC object embedded in an event.
      static java.lang.String TOPIC_MSG_RECEIVED
      Main topic for all OSGi dispatched EnOcean messages, imported or exported.
      static java.lang.String TOPIC_RPC_BROADCAST
      Main topic for all OSGi broadcast EnOcean RPCs, imported or exported.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TOPIC_MSG_RECEIVED

        public static final java.lang.String TOPIC_MSG_RECEIVED
        Main topic for all OSGi dispatched EnOcean messages, imported or exported.
        See Also:
        Constant Field Values
      • TOPIC_RPC_BROADCAST

        public static final java.lang.String TOPIC_RPC_BROADCAST
        Main topic for all OSGi broadcast EnOcean RPCs, imported or exported.
        See Also:
        Constant Field Values
      • PROPERTY_EXPORTED

        public static final java.lang.String PROPERTY_EXPORTED
        Property key used to tell apart messages that are exported or imported.
        See Also:
        Constant Field Values
      • PROPERTY_RPC

        public static final java.lang.String PROPERTY_RPC
        Property key for the EnOceanRPC object embedded in an event.
        See Also:
        Constant Field Values