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 String
IPC key - MultiDeviceSearchResultInfostatic final String
IPC key - device identifierstatic final String
IPC key - rssi valuestatic final int
IPC define - keep alive eventstatic final int
IPC define - new device found eventstatic final int
IPC define - rssi update eventstatic final int
IPC define - scan stopped eventstatic final String
The plugin package path.static final String
The plugin service path.static final String
IPC 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()
-