Class AntPlusAudioRemoteControlPcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.AntPlusAudioRemoteControlPcc.IpcDefines
- Enclosing class:
- AntPlusAudioRemoteControlPcc
Defines the keys and values used to communicate between the PCC and plugin.
User code should never have to reference these defines.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Commands sent by a remote control to initiate an action on an audio device.static final String
TheRequestStatusCode
for the requested operation.static final int
Receives the result of an audio command.static final int
Communicates the status of an audio device. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MSG_EVENT_REMOTECONTROL_whatAUDIOSTATUS
public static final int MSG_EVENT_REMOTECONTROL_whatAUDIOSTATUSCommunicates the status of an audio device.- See Also:
-
MSG_EVENT_REMOTECONTROL_whatAUDIOCOMMANDFINISHED
public static final int MSG_EVENT_REMOTECONTROL_whatAUDIOCOMMANDFINISHEDReceives the result of an audio command.- See Also:
-
MSG_EVENT_REMOTECONTRL_AUDIOCOMMANDFINISHED_PARAM_intREQUESTSTATUS
TheRequestStatusCode
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 theMSG_EVENT_REMOTECONTROL_whatAUDIOCOMMANDFINISHED
event.- See Also:
-
MSG_CMD_REMOTECONTROL_whatAUDIOCOMMAND
public static final int MSG_CMD_REMOTECONTROL_whatAUDIOCOMMANDCommands sent by a remote control to initiate an action on an audio device.- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-