GM_GPSUtil .GPSStartTrackingUSB Method
Starts tracking a GPS device connected to a USB port

Namespace:GlobalMapper.GPS
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    static
                                    GM_Error_t32
                                    GPSStartTrackingUSB
                                    (
                                    GM_GPSCallbackFunc
                                    aCallbackFunc
                                    ,
                                    uint
                                    aReserved
)
                                

Parameters

aCallbackFunc
Type:  GlobalMapper . GM_GPSCallbackFunc
optional callback function
aReserved
Type:  System . UInt32
32-bit reserved value (must be 0)

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also