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 String
True if the audio device supports a custom repeat mode; false otherwise.static final String
True if the audio device supports a custom shuffle mode; false otherwise.static final String
Last receivedAudioVideoCommandNumber
Sent in theMSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUS
command.static final String
This indicates theCommandStatus
of the last received command (e.g.static final String
Sequence number of the last received command.static final int
Set the capabilities of the audio devicestatic final int
Confirm the status of audio commands received from a remote control device.static final int
Update the status of the audio devicestatic final String
Sequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatAUDIOCOMMAND
event.static final String
The serial number of the remote control device.static final int
Commands 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_whatUPDATEAUDIOCOMMANDSTATUS
command.- See Also:
-
MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_PARAM_intCOMMANDSTATUS
This indicates theCommandStatus
of the last received command (e.g. indicate whether it was processed/supported or not). Sent in theMSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUS
command.- See Also:
-
MSG_CMD_CONTROLS_UPDATEAUDIOCOMMANDSTATUS_PARAM_intCOMMANDNUMBER
Last receivedAudioVideoCommandNumber
Sent in theMSG_CMD_CONTROLS_whatUPDATEAUDIOCOMMANDSTATUS
command.- 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_whatAUDIOCOMMAND
event.- See Also:
-
MSG_EVENT_CONTROLS_AUDIOCOMMAND_PARAM_intSEQUENCENUMBER
Sequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatAUDIOCOMMAND
event.- 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_whatSETAUDIOCAPABILITIES
command.- 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_whatSETAUDIOCAPABILITIES
command.- 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()
-