Package com.dsi.ant.plugins.antplus.pcc
Class MultiDeviceSearch.IpcDefines
java.lang.Object
com.dsi.ant.plugins.antplus.pcc.MultiDeviceSearch.IpcDefines
- Enclosing class:
- MultiDeviceSearch
Values used by the internal IPC mechanisms.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIPC key - MultiDeviceSearchResultInfostatic final StringIPC key - device identifierstatic final StringIPC key - rssi valuestatic final intIPC define - keep alive eventstatic final intIPC define - new device found eventstatic final intIPC define - rssi update eventstatic final intIPC define - scan stopped eventstatic final StringThe plugin package path.static final StringThe plugin service path.static final StringIPC key - requested device types for search -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PATH_MULTISEARCH_PLUGIN_PKG
The plugin package path.- See Also:
-
PATH_MULTISEARCH_PLUGIN_SERVICE
The plugin service path.- See Also:
-
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_whatNEWDEVICEIPC define - new device found event- See Also:
-
MSG_EVENT_MULTISEARCH_NEWDEVICE_PARAM_DEVICE
IPC key - MultiDeviceSearchResultInfo- See Also:
-
MSG_EVENT_MULTISEARCH_whatRSSIUPDATE
public static final int MSG_EVENT_MULTISEARCH_whatRSSIUPDATEIPC define - rssi update event- See Also:
-
MSG_EVENT_MULTISEARCH_RSSIUPDATE_PARAM_ID
IPC key - device identifier- See Also:
-
MSG_EVENT_MULTISEARCH_RSSIUPDATE_PARAM_RSSI
IPC key - rssi value- See Also:
-
MSG_EVENT_MULTISEARCH_whatKEEPALIVE
public static final int MSG_EVENT_MULTISEARCH_whatKEEPALIVEIPC define - keep alive event- See Also:
-
MSG_EVENT_MULTISEARCH_whatSCANSTOPPED
public static final int MSG_EVENT_MULTISEARCH_whatSCANSTOPPEDIPC define - scan stopped event- See Also:
-
-
Constructor Details
-
IpcDefines
public IpcDefines()
-