UNPKG

obd-raw-data-parser

Version:

A React Native hook library to manage Bluetooth Low Energy connections and communication with ELM327 OBD-II adapters.

7 lines 420 B
import { IObdPIDDescriptor, IParsedOBDResponse } from './obdTypes'; export declare function parseOBDResponse(hexString: string): IParsedOBDResponse; export declare function getPIDInfo(pid: string): IObdPIDDescriptor | null; export declare function getAllPIDs(): IObdPIDDescriptor[]; export { DTCBaseDecoder } from './DTC/DTCBaseDecoder'; export { VinDecoder } from './VIN/VinDecoder'; //# sourceMappingURL=index.d.ts.map