Class AntPlusVideoRemoteControlPcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.AntPlusVideoRemoteControlPcc.IpcDefines
- Enclosing class:
- AntPlusVideoRemoteControlPcc
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 int
Commands sent by a remote control to initiate an action on a video device.static final String
TheRequestStatusCode
for the requested operation.static final int
Receives the result of a video command.static final int
Communicates the status of an video device. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MSG_EVENT_REMOTECONTROL_whatVIDEOSTATUS
public static final int MSG_EVENT_REMOTECONTROL_whatVIDEOSTATUSCommunicates the status of an video device.- See Also:
-
MSG_CMD_REMOTECONTROL_whatVIDEOCOMMAND
public static final int MSG_CMD_REMOTECONTROL_whatVIDEOCOMMANDCommands sent by a remote control to initiate an action on a video device.- See Also:
-
MSG_EVENT_REMOTECONTROL_whatVIDEOCOMMANDFINISHED
public static final int MSG_EVENT_REMOTECONTROL_whatVIDEOCOMMANDFINISHEDReceives the result of a video command.- See Also:
-
MSG_EVENT_REMOTECONTRL_VIDEOCOMMANDFINISHED_PARAM_intREQUESTSTATUS
TheRequestStatusCode
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_whatVIDEOCOMMANDFINISHED
event.- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-