Class AntPlusGenericRemoteControlPcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.AntPlusGenericRemoteControlPcc.IpcDefines
- Enclosing class:
- AntPlusGenericRemoteControlPcc
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
The raw byte contents of a list of generic commands.static final int
Generic commands sent by a remote control to initiate an action on a generic controllable device.static final int
Burst commands sent by a remote control to initiate an action on a generic controllable device.static final String
TheRequestStatus
for the requested operation.static final int
Receives the result of a generic command. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MSG_EVENT_REMOTECONTROL_whatGENERICCOMMANDFINISHED
public static final int MSG_EVENT_REMOTECONTROL_whatGENERICCOMMANDFINISHEDReceives the result of a generic command.- See Also:
-
MSG_EVENT_REMOTECONTRL_GENERICCOMMANDFINISHED_PARAM_intREQUESTSTATUS
TheRequestStatus
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_whatGENERICCOMMANDFINISHED
event.- See Also:
-
MSG_CMD_REMOTECONTROL_whatGENERICCOMMAND
public static final int MSG_CMD_REMOTECONTROL_whatGENERICCOMMANDGeneric commands sent by a remote control to initiate an action on a generic controllable device.- See Also:
-
MSG_CMD_REMOTECONTROL_whatGENERICCOMMANDSEQUENCE
public static final int MSG_CMD_REMOTECONTROL_whatGENERICCOMMANDSEQUENCEBurst commands sent by a remote control to initiate an action on a generic controllable device.- See Also:
-
MSG_CMD_REMOTECONTROL_GENERICCOMMANDSEQUENCE_PARAM_arrayByteRAWCOMMANDBYTES
public static final String MSG_CMD_REMOTECONTROL_GENERICCOMMANDSEQUENCE_PARAM_arrayByteRAWCOMMANDBYTESThe raw byte contents of a list of generic commands. Sent in theMSG_CMD_REMOTECONTROL_whatGENERICCOMMANDSEQUENCE
command.- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-