LinksPoint GPS Toolkit Reference
Contents
|
Index
Up
|
Previous
|
Next
SirfGetSoftwareVersion
SiRF Specific functions
|
See Also
Gets the firmware version of a SiRF receiver
Parameters
Parameters
Description
void * pSWVersion
Pointer to void (see SIRF_SOFTWARE_VERSION_SIZE)
Return Value
Returns GPSERROR_NONE on success or GPSERROR_CONFIG on failure.
Remarks
Call SiRFPollSWVersion before this function to cause the receiver to output the data
pSWVVersion is filled in with a NULL terminated character buffer describing the version.
The user is responsible for allocating and freeing the memory for the parameter(s).
See Also
SIRF_SOFTWARE_VERSION_SIZE, SiRFPollSWVersion
Group
SiRF Specific functions
Declaration
GPSERROR
GPSAPI
SirfGetSoftwareVersion
(
void
* pSWVersion);
File
sirfapi.h
Links
SiRF Specific functions
,
See Also
Copyright ©1998-2005 Links Point Inc.
Contents
|
Index