Class AntPlusGenericControllableDevicePcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.AntPlusGenericControllableDevicePcc.IpcDefines
- Enclosing class:
- AntPlusGenericControllableDevicePcc
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 StringLast receivedGenericCommandNumberSent in theMSG_CMD_CONTROLS_whatUPDATEGENERICCOMMANDSTATUScommand.static final StringThis indicates theCommandStatusof the last received command (e.g.static final StringSequence number of the last received command.static final intConfirm the status of generic commands received from a remote control device.static final StringANT+ Alliance managed manufacturer identifier of the remote control Sent in theMSG_EVENT_CONTROLS_whatGENERICCOMMANDevent.static final StringSequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatGENERICCOMMANDevent.static final StringThe serial number of the remote control device.static final intGeneric commands received from a remote control device. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MSG_EVENT_CONTROLS_whatGENERICCOMMAND
public static final int MSG_EVENT_CONTROLS_whatGENERICCOMMANDGeneric commands received from a remote control device.- See Also:
-
MSG_EVENT_CONTROLS_GENERICCOMMAND_PARAM_intSERIALNUMBER
The serial number of the remote control device. Sent in theMSG_EVENT_CONTROLS_whatGENERICCOMMANDevent.- See Also:
-
MSG_EVENT_CONTROLS_GENERICCOMMAND_PARAM_intMANUFACTURERID
ANT+ Alliance managed manufacturer identifier of the remote control Sent in theMSG_EVENT_CONTROLS_whatGENERICCOMMANDevent.- See Also:
-
MSG_EVENT_CONTROLS_GENERICCOMMAND_PARAM_intSEQUENCENUMBER
Sequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatGENERICCOMMANDevent.- See Also:
-
MSG_CMD_CONTROLS_whatUPDATEGENERICCOMMANDSTATUS
public static final int MSG_CMD_CONTROLS_whatUPDATEGENERICCOMMANDSTATUSConfirm the status of generic commands received from a remote control device.- See Also:
-
MSG_CMD_CONTROLS_UPDATEGENERICCOMMANDSTATUS_PARAM_intSEQUENCENUMBER
Sequence number of the last received command. Sent in theMSG_CMD_CONTROLS_whatUPDATEGENERICCOMMANDSTATUScommand.- See Also:
-
MSG_CMD_CONTROLS_UPDATEGENERICCOMMANDSTATUS_PARAM_intCOMMANDSTATUS
This indicates theCommandStatusof the last received command (e.g. indicate whether it was processed/supported or not). Sent in theMSG_CMD_CONTROLS_whatUPDATEGENERICCOMMANDSTATUScommand.- See Also:
-
MSG_CMD_CONTROLS_UPDATEGENERICCOMMANDSTATUS_PARAM_intCOMMANDNUMBER
Last receivedGenericCommandNumberSent in theMSG_CMD_CONTROLS_whatUPDATEGENERICCOMMANDSTATUScommand.- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-