Uses of Class
gps.mvc.CmdParam

Packages that use CmdParam
bt747.model   
gps.mvc   
 

Uses of CmdParam in bt747.model
 

Methods in bt747.model with parameters of type CmdParam
 void Controller.gpsCmd(int cmd, CmdParam param)
          Do a GPS command.
 

Uses of CmdParam in gps.mvc
 

Methods in gps.mvc with parameters of type CmdParam
 boolean WPController.cmd(int cmd, CmdParam param)
          Handles commands with a parameter Support for Holux-specific commands, otherwise delegates to standard MTK
 boolean SkytraqController.cmd(int cmd, CmdParam param)
          Handles commands with a parameter Support for Holux-specific commands, otherwise delegates to standard MTK
 boolean MtkController.cmd(int cmd, CmdParam param)
          Perform a command.
 boolean HoluxController.cmd(int cmd, CmdParam param)
          Handles commands with a parameter Support for Holux-specific commands, otherwise delegates to standard MTK
 boolean GpsController.cmd(int cmd, CmdParam param)
           
 boolean DeviceControllerIF.cmd(int cmd, CmdParam param)
          Perform a command.