Class AntPlusBaseRemoteControlPcc.IpcDefines

java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.pccbase.AntPlusBaseRemoteControlPcc.IpcDefines
Enclosing class:
AntPlusBaseRemoteControlPcc

public class AntPlusBaseRemoteControlPcc.IpcDefines extends Object
Defines the keys and values used to communicate between the PCC and plugin. User code should never have to reference these defines.
  • Field Details

    • PATH_ANTPLUS_CONTROLSPLUGIN_PKG

      public static final String PATH_ANTPLUS_CONTROLSPLUGIN_PKG
      The plugin package path.
      See Also:
    • MSG_REQACC_PARAM_MODE_longCONTROLSMODES

      public static final String MSG_REQACC_PARAM_MODE_longCONTROLSMODES
      The controls modes being used.
      See Also:
    • MSG_REQACC_PARAM_MODE_longPCCMODE

      public static final String MSG_REQACC_PARAM_MODE_longPCCMODE
      See Also:
    • PATH_ANTPLUS_REMOTECONTROLPLUGIN_SERVICE

      public static final String PATH_ANTPLUS_REMOTECONTROLPLUGIN_SERVICE
      The plugin service path.
      See Also:
    • MSG_EVENT_REMOTECONTROL_whatCONTROLDEVICEAVAILABILITY

      public static final int MSG_EVENT_REMOTECONTROL_whatCONTROLDEVICEAVAILABILITY
      Indicates which features are supported by a specific controllable device.
      See Also:
  • Constructor Details

    • IpcDefines

      public IpcDefines()