public static void TripEnd(int inMaxTime) { int ret = CApplicationAPI.TripEnd(out _mySError, inMaxTime); O("TripEnd returns: " + ret.ToString()); }