GM_GPSUtilGPSStartTrackingUSB Method |
Starts tracking a GPS device connected to a USB port
Namespace:
GlobalMapper.GPS
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntaxpublic static GM_Error_t32 GPSStartTrackingUSB(
GM_GPSCallbackFunc aCallbackFunc,
uint aReserved
)
Public Shared Function GPSStartTrackingUSB (
aCallbackFunc As GM_GPSCallbackFunc,
aReserved As UInteger
) As GM_Error_t32
public:
static GM_Error_t32 GPSStartTrackingUSB(
GM_GPSCallbackFunc^ aCallbackFunc,
unsigned int aReserved
)
Parameters
- aCallbackFunc
- Type: GlobalMapper.GPSGM_GPSCallbackFunc
optional callback function - aReserved
- Type: SystemUInt32
32-bit reserved value (must be 0)
Return Value
Type:
GM_Error_t32A GM Error Code
See Also