| | |
| | | * |
| | | * 实时信息[RealTimeData]和补发信息[ReplacementData] 中的数据类型 |
| | | * 类型编码 说明 |
| | | * 0x01 OBD 信息 @see [com.flightfeather.obd.socket.bean.ObdData] |
| | | * 0x02 数据流信息 @see[com.flightfeather.obd.socket.bean.EngineDataFlow] |
| | | * 0x01 OBD 信息 @see [com.flightfeather.obd.socket.bean.ObdInfo] |
| | | * 0x02 数据流信息 @see[com.flightfeather.obd.socket.bean.EngineDataStream] |
| | | * 0x03-0x7F 预留 |
| | | * 0x80 补充数据流 @see[com.flightfeather.obd.socket.bean.SupplementDataFlow] |
| | | * 0x80 补充数据流 @see[com.flightfeather.obd.socket.bean.SupplementDataStream] |
| | | * 0x81~0xFE 用户自定义 |
| | | */ |
| | | enum class ObdDataType constructor(val value: Int){ |