LinksPoint GPS Toolkit Reference
Contents
|
Index
Up
|
Previous
|
Next
SirfGetTestModeDataEx
SiRF Specific functions
|
See Also
Gets the extended test mode data from a SiRF receiver
Parameters
Parameters
Description
SIRF_TEST_MODE_DATA_EX * pTestModeData
Pointer to
SIRF_TEST_MODE_DATA_EX
.
Return Value
Returns GPSERROR_NONE on success or GPSERROR_CONFIG on failure.
Remarks
Call SiRFSwitchOperatingMode first to configure the receiver for test mode
The user is responsible for allocating and freeing the memory for the parameter(s).
See Also
SIRF_TEST_MODE_DATA_EX
, SiRFSwitchOperatingMode
Group
SiRF Specific functions
Declaration
GPSERROR
GPSAPI
SirfGetTestModeDataEx
(
SIRF_TEST_MODE_DATA_EX
* pTestModeData);
File
sirfapi.h
Links
SiRF Specific functions
,
See Also
Copyright ©1998-2005 Links Point Inc.
Contents
|
Index