Rover.GPSLog.UpdateValues C# (CSharp) Method

UpdateValues() public method

public UpdateValues ( ) : void
return void
        public void UpdateValues()
        {
            //implementation
            isUpdated = true;
            ReconstructCommand();
        }