Class AntPlusGenericRemoteControlPcc.IpcDefines

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

public class AntPlusGenericRemoteControlPcc.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

    • MSG_EVENT_REMOTECONTROL_whatGENERICCOMMANDFINISHED

      public static final int MSG_EVENT_REMOTECONTROL_whatGENERICCOMMANDFINISHED
      Receives the result of a generic command.
      See Also:
    • MSG_EVENT_REMOTECONTRL_GENERICCOMMANDFINISHED_PARAM_intREQUESTSTATUS

      public static final String MSG_EVENT_REMOTECONTRL_GENERICCOMMANDFINISHED_PARAM_intREQUESTSTATUS
      The RequestStatus for the requested operation. Note that even if a command is sent successfully, there is no guaranteed response from the sensor. Please contact the manufacturer for more information on how this request is handled. Sent in the MSG_EVENT_REMOTECONTROL_whatGENERICCOMMANDFINISHED event.
      See Also:
    • MSG_CMD_REMOTECONTROL_whatGENERICCOMMAND

      public static final int MSG_CMD_REMOTECONTROL_whatGENERICCOMMAND
      Generic commands sent by a remote control to initiate an action on a generic controllable device.
      See Also:
    • MSG_CMD_REMOTECONTROL_whatGENERICCOMMANDSEQUENCE

      public static final int MSG_CMD_REMOTECONTROL_whatGENERICCOMMANDSEQUENCE
      Burst commands sent by a remote control to initiate an action on a generic controllable device.
      See Also:
    • MSG_CMD_REMOTECONTROL_GENERICCOMMANDSEQUENCE_PARAM_arrayByteRAWCOMMANDBYTES

      public static final String MSG_CMD_REMOTECONTROL_GENERICCOMMANDSEQUENCE_PARAM_arrayByteRAWCOMMANDBYTES
      The raw byte contents of a list of generic commands. Sent in the MSG_CMD_REMOTECONTROL_whatGENERICCOMMANDSEQUENCE command.
      See Also:
  • Constructor Details

    • IpcDefines

      public IpcDefines()