Class AntPlusAudioControllableDevicePcc.IpcDefines

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

public static class AntPlusAudioControllableDevicePcc.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_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUS

      public static final int MSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUS
      Confirm the status of audio commands received from a remote control device.
      See Also:
    • MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_PARAM_intSEQUENCENUMBER

      public static final String MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_PARAM_intSEQUENCENUMBER
      Sequence number of the last received command. Sent in the MSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUS command.
      See Also:
    • MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_PARAM_intCOMMANDSTATUS

      public static final String MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_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_whatUPDATEAUDIOCOMMANDSTATUS command.
      See Also:
    • MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_PARAM_intCOMMANDNUMBER

      public static final String MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_PARAM_intCOMMANDNUMBER
      See Also:
    • MSG_EVENT_CONTROLS_whatAUDIOCOMMAND

      public static final int MSG_EVENT_CONTROLS_whatAUDIOCOMMAND
      Commands sent by a remote control to initiate an action on an audio device.
      See Also:
    • MSG_EVENT_CONTROLS_AUDIOCOMMAND_PARAM_intSERIALNUMBER

      public static final String MSG_EVENT_CONTROLS_AUDIOCOMMAND_PARAM_intSERIALNUMBER
      The serial number of the remote control device. Sent in the MSG_EVENT_CONTROLS_whatAUDIOCOMMAND event.
      See Also:
    • MSG_EVENT_CONTROLS_AUDIOCOMMAND_PARAM_intSEQUENCENUMBER

      public static final String MSG_EVENT_CONTROLS_AUDIOCOMMAND_PARAM_intSEQUENCENUMBER
      Sequence number which increments with each new command Sent in the MSG_EVENT_CONTROLS_whatAUDIOCOMMAND event.
      See Also:
    • MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIES

      public static final int MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIES
      Set the capabilities of the audio device
      See Also:
    • MSG_CMD_CONTROLS_SETAUDIOCAPABILITIES_PARAM_boolCUSTOMREPEATMODESUPPORT

      public static final String MSG_CMD_CONTROLS_SETAUDIOCAPABILITIES_PARAM_boolCUSTOMREPEATMODESUPPORT
      True if the audio device supports a custom repeat mode; false otherwise. Sent in the MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIES command.
      See Also:
    • MSG_CMD_CONTROLS_SETAUDIOCAPABILITIES_PARAM_boolCUSTOMSHUFFLEMODESUPPORT

      public static final String MSG_CMD_CONTROLS_SETAUDIOCAPABILITIES_PARAM_boolCUSTOMSHUFFLEMODESUPPORT
      True if the audio device supports a custom shuffle mode; false otherwise. Sent in the MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIES command.
      See Also:
    • MSG_CMD_CONTROLS_whatUPDATEAUDIOSTATUS

      public static final int MSG_CMD_CONTROLS_whatUPDATEAUDIOSTATUS
      Update the status of the audio device
      See Also:
  • Constructor Details

    • IpcDefines

      public IpcDefines()