Class AntPlusVideoControllableDevicePcc.IpcDefines

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

public static class AntPlusVideoControllableDevicePcc.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_CONTROLS_whatVIDEOCOMMAND

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

      public static final String MSG_EVENT_CONTROLS_VIDEOCOMMAND_PARAM_intSERIALNUMBER
      The serial number of the remote control device. Sent in the MSG_EVENT_CONTROLS_whatVIDEOCOMMAND event.
      See Also:
    • MSG_EVENT_CONTROLS_VIDEOCOMMAND_PARAM_intSEQUENCENUMBER

      public static final String MSG_EVENT_CONTROLS_VIDEOCOMMAND_PARAM_intSEQUENCENUMBER
      Sequence number which increments with each new command Sent in the MSG_EVENT_CONTROLS_whatVIDEOCOMMAND event.
      See Also:
    • MSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUS

      public static final int MSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUS
      Confirm the status of video commands received from a remote control device.
      See Also:
    • MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intSEQUENCENUMBER

      public static final String MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intSEQUENCENUMBER
      Sequence number of the last received command. Sent in the MSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUS command.
      See Also:
    • MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intCOMMANDSTATUS

      public static final String MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intCOMMANDSTATUS
      This indicates the CommandStatus of the last received command (e.g. indicate whether it was processed/supported or not). Sent in the MSG_CMD_CONTROLS_whatUPDATEVIDEOCOMMANDSTATUS command.
      See Also:
    • MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intCOMMANDNUMBER

      public static final String MSG_CMD_CONTROLS_UPDATEVIDEOCOMMANDSTATUS_PARAM_intCOMMANDNUMBER
      See Also:
    • MSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIES

      public static final int MSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIES
      Set the capabilities of the video device
      See Also:
    • MSG_CMD_CONTROLS_SETVIDEOCAPABILITIES_PARAM_boolVIDEOPLAYBACKSUPPORT

      public static final String MSG_CMD_CONTROLS_SETVIDEOCAPABILITIES_PARAM_boolVIDEOPLAYBACKSUPPORT
      Indicates whether the device supports video playback (true) or not (false) Sent in the MSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIES command.
      See Also:
    • MSG_CMD_CONTROLS_SETVIDEOCAPABILITIES_PARAM_boolVIDEORECORDERSUPPORT

      public static final String MSG_CMD_CONTROLS_SETVIDEOCAPABILITIES_PARAM_boolVIDEORECORDERSUPPORT
      Indicates whether the device supports video recording (true) or not (false) Sent in the MSG_CMD_CONTROLS_whatSETVIDEOCAPABILITIES command.
      See Also:
    • MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUS

      public static final int MSG_CMD_CONTROLS_whatUPDATEVIDEOSTATUS
      Update the status of the video device
      See Also:
  • Constructor Details

    • IpcDefines

      public IpcDefines()