Package com.dsi.ant.plugins.antplus.pcc
Interface AntPlusWatchDownloaderPcc.IAvailableDeviceListReceiver
- Enclosing class:
- AntPlusWatchDownloaderPcc
public static interface AntPlusWatchDownloaderPcc.IAvailableDeviceListReceiver
Receiver for the AvailableDeviceList event, which is:
Broadcasts the current list of devices available to connect to along with information identifying any change since the last update, if applicable.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonNewAvailableDeviceList(AntPlusWatchDownloaderPcc.DeviceListUpdateCode listUpdateCode, AntPlusWatchDownloaderPcc.DeviceInfo[] deviceInfos, AntPlusWatchDownloaderPcc.DeviceInfo deviceChanging) Receives the data from a AvailableDeviceList event.
-
Method Details
-
onNewAvailableDeviceList
void onNewAvailableDeviceList(AntPlusWatchDownloaderPcc.DeviceListUpdateCode listUpdateCode, AntPlusWatchDownloaderPcc.DeviceInfo[] deviceInfos, AntPlusWatchDownloaderPcc.DeviceInfo deviceChanging) Receives the data from a AvailableDeviceList event.- Parameters:
deviceInfos- Devices currently available to connect to.listUpdateCode- AAntPlusWatchDownloaderPcc.DeviceListUpdateCodeindicating what is changing on the list.deviceChanging- The device ID of a device that has changed according to the changeCode or null if N/A for current code.
-