Go to the source code of this file.
Data Structures | |
struct | downloadStatus_t |
Functions | |
int | downloadmem (void) |
int | downloadmem_main (int argc, char *argv[]) |
Open Movement API Example: Download data into RAM from all devices.
A command-line tool to download into RAM from all devices. This example uses the OmDeviceCallback to monitor for any connected devices and begins downloading in the background. This example uses the OmDownloadCallback and OmDownloadChunkCallback to monitor download progress.
Definition in file downloadmem.c.
int downloadmem | ( | void | ) |
Definition at line 232 of file downloadmem.c.
int downloadmem_main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 267 of file downloadmem.c.