|
LinuxSDK
V1.4.0.5
|
#include <SwiApiCmLbs.h>
Structure containing the modem's default parameter settings.
Entire set of position determination parameters is returned to the host (IP address, port ID, GPS lock, transport mechanism, privacy, network access).
| enum SWI_TYPE_LbsPaGpsLock SWI_STRUCT_LbsPaGetParam::eGpsLock |
GPS lock state
| enum SWI_TYPE_LbsPaNetAccess SWI_STRUCT_LbsPaGetParam::eNetworkAccess |
Network access state
| enum SWI_TYPE_LbsPaPrivacy SWI_STRUCT_LbsPaGetParam::ePrivacy |
Privacy state (low, medium, or high)
| enum SWI_TYPE_LbsPaTransMech SWI_STRUCT_LbsPaGetParam::eTransportMech |
Transport mechanism (TCP/IP or DBM)
| swi_uint32 SWI_STRUCT_LbsPaGetParam::nIpAddress |
TCP/IP address of PDE. Only used when eTransportMech is set to TCP/IP.
| swi_uint32 SWI_STRUCT_LbsPaGetParam::nPortId |
Port ID of the PDE. Only used when eTransportMech is set to TCP/IP.
| swi_uint32 SWI_STRUCT_LbsPaGetParam::sizeStruct |
The size, in bytes, of this structure. This value must always be populated by the calling application.