Class AntPlusVideoRemoteControlPcc.IpcDefines

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

public class AntPlusVideoRemoteControlPcc.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_whatVIDEOSTATUS

      public static final int MSG_EVENT_REMOTECONTROL_whatVIDEOSTATUS
      Communicates the status of an video device.
      See Also:
    • MSG_CMD_REMOTECONTROL_whatVIDEOCOMMAND

      public static final int MSG_CMD_REMOTECONTROL_whatVIDEOCOMMAND
      Commands sent by a remote control to initiate an action on a video device.
      See Also:
    • MSG_EVENT_REMOTECONTROL_whatVIDEOCOMMANDFINISHED

      public static final int MSG_EVENT_REMOTECONTROL_whatVIDEOCOMMANDFINISHED
      Receives the result of a video command.
      See Also:
    • MSG_EVENT_REMOTECONTRL_VIDEOCOMMANDFINISHED_PARAM_intREQUESTSTATUS

      public static final String MSG_EVENT_REMOTECONTRL_VIDEOCOMMANDFINISHED_PARAM_intREQUESTSTATUS
      The RequestStatusCode 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_whatVIDEOCOMMANDFINISHED event.
      See Also:
  • Constructor Details

    • IpcDefines

      public IpcDefines()