Click or drag to resize

GM_GPSUtilGPSStartTrackingUSB Method

Starts tracking a GPS device connected to a USB port

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 GPSStartTrackingUSB(
	GM_GPSCallbackFunc aCallbackFunc,
	uint aReserved
)

Parameters

aCallbackFunc
Type: GlobalMapperGM_GPSCallbackFunc
optional callback function
aReserved
Type: SystemUInt32
32-bit reserved value (must be 0)

Return Value

Type: GM_Error_t32
A GM Error Code
See Also