Class AntPlusBaseControllableDevicePcc.IpcDefines

java.lang.Object
com.dsi.ant.plugins.antplus.pcc.controls.pccbase.AntPlusBaseControllableDevicePcc.IpcDefines
Enclosing class:
AntPlusBaseControllableDevicePcc

public static class AntPlusBaseControllableDevicePcc.IpcDefines extends Object
Defines the keys and values used to communicate between the PCC and plugin. User code should never have to reference these defines.
  • Field Details

    • PATH_ANTPLUS_CONTROLLABLEDEVICEPLUGIN_PKG

      public static final String PATH_ANTPLUS_CONTROLLABLEDEVICEPLUGIN_PKG
      The plugin package path.
      See Also:
    • PATH_ANTPLUS_CONTROLLABLEDEVICEPLUGIN_SERVICE

      public static String PATH_ANTPLUS_CONTROLLABLEDEVICEPLUGIN_SERVICE
      The plugin service path.
    • MSG_CONTROLLABLEDEVICE_REQACC_PARAM_boolINCLUDESCAPS

      public static final String 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_INITCAPS
      The first version of the service that supported sending the capabilities in the access request.
      See Also:
  • Constructor Details

    • IpcDefines

      public IpcDefines()