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 String
Last receivedGenericCommandNumber
Sent in theMSG_CMD_CONTROLS_whatUPDATEGENERICCOMMANDSTATUS
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
Confirm the status of generic commands received from a remote control device.static final String
ANT+ Alliance managed manufacturer identifier of the remote control Sent in theMSG_EVENT_CONTROLS_whatGENERICCOMMAND
event.static final String
Sequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatGENERICCOMMAND
event.static final String
The serial number of the remote control device.static final int
Generic 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_whatGENERICCOMMAND
event.- See Also:
-
MSG_EVENT_CONTROLS_GENERICCOMMAND_PARAM_intMANUFACTURERID
ANT+ Alliance managed manufacturer identifier of the remote control Sent in theMSG_EVENT_CONTROLS_whatGENERICCOMMAND
event.- See Also:
-
MSG_EVENT_CONTROLS_GENERICCOMMAND_PARAM_intSEQUENCENUMBER
Sequence number which increments with each new command Sent in theMSG_EVENT_CONTROLS_whatGENERICCOMMAND
event.- 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_whatUPDATEGENERICCOMMANDSTATUS
command.- See Also:
-
MSG_CMD_CONTROLS_UPDATEGENERICCOMMANDSTATUS_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_whatUPDATEGENERICCOMMANDSTATUS
command.- See Also:
-
MSG_CMD_CONTROLS_UPDATEGENERICCOMMANDSTATUS_PARAM_intCOMMANDNUMBER
Last receivedGenericCommandNumber
Sent in theMSG_CMD_CONTROLS_whatUPDATEGENERICCOMMANDSTATUS
command.- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-