|
LinuxSDK
V1.4.0.5
|
#include <SwiApiCmLbs.h>
Data Fields | |
| swi_uint32 | sizeStruct |
| enum SWI_TYPE_LbsPdDloadOption | eOption |
| swi_uint16 | nDuration |
Used to specify the download option and duration.
The host can use the download option to indicate whether the data download should occur just once or periodically, in an effort to keep the data "warm". If the application that will be requesting this data will be requiring the use of the data over a period of time, the application should indicate that the download should be periodic.
| enum SWI_TYPE_LbsPdDloadOption SWI_STRUCT_LbsPdDownload::eOption |
An enumeration of type SWI_TYPE_LbsPdDloadOption which specifies a single or periodic download
| swi_uint16 SWI_STRUCT_LbsPdDownload::nDuration |
Session duration in minutes. Used only with periodic download option.
| swi_uint32 SWI_STRUCT_LbsPdDownload::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.