Class MultiDeviceSearch.IpcDefines

java.lang.Object
com.dsi.ant.plugins.antplus.pcc.MultiDeviceSearch.IpcDefines
Enclosing class:
MultiDeviceSearch

public class MultiDeviceSearch.IpcDefines extends Object
Values used by the internal IPC mechanisms.
  • Field Details

    • PATH_MULTISEARCH_PLUGIN_PKG

      public static final String PATH_MULTISEARCH_PLUGIN_PKG
      The plugin package path.
      See Also:
    • PATH_MULTISEARCH_PLUGIN_SERVICE

      public static final String PATH_MULTISEARCH_PLUGIN_SERVICE
      The plugin service path.
      See Also:
    • REQACC_PARAM_DEVICE_TYPE_LIST

      public static final String REQACC_PARAM_DEVICE_TYPE_LIST
      IPC key - requested device types for search
      See Also:
    • MSG_EVENT_MULTISEARCH_whatNEWDEVICE

      public static final int MSG_EVENT_MULTISEARCH_whatNEWDEVICE
      IPC define - new device found event
      See Also:
    • MSG_EVENT_MULTISEARCH_NEWDEVICE_PARAM_DEVICE

      public static final String MSG_EVENT_MULTISEARCH_NEWDEVICE_PARAM_DEVICE
      IPC key - MultiDeviceSearchResultInfo
      See Also:
    • MSG_EVENT_MULTISEARCH_whatRSSIUPDATE

      public static final int MSG_EVENT_MULTISEARCH_whatRSSIUPDATE
      IPC define - rssi update event
      See Also:
    • MSG_EVENT_MULTISEARCH_RSSIUPDATE_PARAM_ID

      public static final String MSG_EVENT_MULTISEARCH_RSSIUPDATE_PARAM_ID
      IPC key - device identifier
      See Also:
    • MSG_EVENT_MULTISEARCH_RSSIUPDATE_PARAM_RSSI

      public static final String MSG_EVENT_MULTISEARCH_RSSIUPDATE_PARAM_RSSI
      IPC key - rssi value
      See Also:
    • MSG_EVENT_MULTISEARCH_whatKEEPALIVE

      public static final int MSG_EVENT_MULTISEARCH_whatKEEPALIVE
      IPC define - keep alive event
      See Also:
    • MSG_EVENT_MULTISEARCH_whatSCANSTOPPED

      public static final int MSG_EVENT_MULTISEARCH_whatSCANSTOPPED
      IPC define - scan stopped event
      See Also:
  • Constructor Details

    • IpcDefines

      public IpcDefines()