Class AntPlusAudioControllableDevicePcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.AntPlusAudioControllableDevicePcc.IpcDefines
- Enclosing class:
- AntPlusAudioControllableDevicePcc
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 StringTrue if the audio device supports a custom repeat mode; false otherwise.static final StringTrue if the audio device supports a custom shuffle mode; false otherwise.static final StringLast receivedAudioVideoCommandNumberSent in theMSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUScommand.static final StringThis indicates theCommandStatusof the last received command (e.g.static final StringSequence number of the last received command.static final intSet the capabilities of the audio devicestatic final intConfirm the status of audio commands received from a remote control device.static final intUpdate the status of the audio devicestatic final StringSequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatAUDIOCOMMANDevent.static final StringThe serial number of the remote control device.static final intCommands sent by a remote control to initiate an action on an audio device. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUS
public static final int MSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUSConfirm the status of audio commands received from a remote control device.- See Also:
-
MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_PARAM_intSEQUENCENUMBER
Sequence number of the last received command. Sent in theMSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUScommand.- See Also:
-
MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_PARAM_intCOMMANDSTATUS
This indicates theCommandStatusof the last received command (e.g. indicate whether it was processed/supported or not). Sent in theMSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUScommand.- See Also:
-
MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_PARAM_intCOMMANDNUMBER
Last receivedAudioVideoCommandNumberSent in theMSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUScommand.- See Also:
-
MSG_EVENT_CONTROLS_whatAUDIOCOMMAND
public static final int MSG_EVENT_CONTROLS_whatAUDIOCOMMANDCommands sent by a remote control to initiate an action on an audio device.- See Also:
-
MSG_EVENT_CONTROLS_AUDIOCOMMAND_PARAM_intSERIALNUMBER
The serial number of the remote control device. Sent in theMSG_EVENT_CONTROLS_whatAUDIOCOMMANDevent.- See Also:
-
MSG_EVENT_CONTROLS_AUDIOCOMMAND_PARAM_intSEQUENCENUMBER
Sequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatAUDIOCOMMANDevent.- See Also:
-
MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIES
public static final int MSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIESSet the capabilities of the audio device- See Also:
-
MSG_CMD_CONTROLS_SETAUDIOCAPABILITIES_PARAM_boolCUSTOMREPEATMODESUPPORT
True if the audio device supports a custom repeat mode; false otherwise. Sent in theMSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIEScommand.- See Also:
-
MSG_CMD_CONTROLS_SETAUDIOCAPABILITIES_PARAM_boolCUSTOMSHUFFLEMODESUPPORT
True if the audio device supports a custom shuffle mode; false otherwise. Sent in theMSG_CMD_CONTROLS_whatSETAUDIOCAPABILITIEScommand.- See Also:
-
MSG_CMD_CONTROLS_whatUPDATEAUDIOSTATUS
public static final int MSG_CMD_CONTROLS_whatUPDATEAUDIOSTATUSUpdate the status of the audio device- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-