Click or drag to resize

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)
Syntax
public static GM_Error_t32 GPSStartTrackingUSB(
	GM_GPSCallbackFunc aCallbackFunc,
	uint 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_t32
A GM Error Code
See Also