public static VehicleScapeAPI.DAQ GetDAQByHandle(uint handle) { VehicleScapeAPI.DAQ daq = new VehicleScapeAPI.DAQ(); if (handle == 0) { return(daq); } daq.handle = handle; VehicleScapeAPI.GetDAQProperties(ref daq); return(daq); }