public ObdDevice() { commandBuffer = new byte[125]; state = new PollState(); //processThread = new Thread(new ThreadStart(Poll)); }
public DashboardViewModel() { State = new PollState { Mph = 0, Rpm = 0, Voltage = 0 }; }