Class AntPlusAudioRemoteControlPcc.IpcDefines

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

public class AntPlusAudioRemoteControlPcc.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_whatAUDIOSTATUS

      public static final int MSG_EVENT_REMOTECONTROL_whatAUDIOSTATUS
      Communicates the status of an audio device.
      See Also:
    • MSG_EVENT_REMOTECONTROL_whatAUDIOCOMMANDFINISHED

      public static final int MSG_EVENT_REMOTECONTROL_whatAUDIOCOMMANDFINISHED
      Receives the result of an audio command.
      See Also:
    • MSG_EVENT_REMOTECONTRL_AUDIOCOMMANDFINISHED_PARAM_intREQUESTSTATUS

      public static final String MSG_EVENT_REMOTECONTRL_AUDIOCOMMANDFINISHED_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_whatAUDIOCOMMANDFINISHED event.
      See Also:
    • MSG_CMD_REMOTECONTROL_whatAUDIOCOMMAND

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

    • IpcDefines

      public IpcDefines()