GatherObdBean.proto 220 B

12345678910
  1. syntax = "proto3";
  2. message GatherObdBean {
  3. int32 troubleCodeNum = 1;
  4. int32 engineSpeed = 2;
  5. int32 carSpeed = 3;
  6. float throttlePositionSensor = 4;
  7. float pedalPositionSensors = 5;
  8. int32 braking = 6;
  9. }