Class AntPlusBaseControllableDevicePcc.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.pccbase.AntPlusBaseControllableDevicePcc.IpcDefines
- Enclosing class:
- AntPlusBaseControllableDevicePcc
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
Used to tell the service whether the capabilities are included in the access request or not.static final String
The plugin package path.static String
The plugin service path.static final int
The first version of the service that supported sending the capabilities in the access request. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PATH_ANTPLUS_CONTROLLABLEDEVICEPLUGIN_PKG
The plugin package path.- See Also:
-
PATH_ANTPLUS_CONTROLLABLEDEVICEPLUGIN_SERVICE
The plugin service path. -
MSG_CONTROLLABLEDEVICE_REQACC_PARAM_boolINCLUDESCAPS
Used to tell the service whether the capabilities are included in the access request or not.- See Also:
-
SERVICE_VERSION_WITH_INITCAPS
public static final int SERVICE_VERSION_WITH_INITCAPSThe first version of the service that supported sending the capabilities in the access request.- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-