@emdzej/j2534-types
v0.3.0
Published
SAE J2534 PassThru API type definitions — Protocol, ConnectFlag, ConfigParam, FilterType, Pin, RxStatus enums plus result and message interfaces. Used by @emdzej/j2534-* packages.
Downloads
1,131
Maintainers
Readme
@emdzej/j2534-types
SAE J2534 PassThru API type definitions — Protocol, ConnectFlag,
ConfigParam, FilterType, Pin, RxStatus enums plus result and
message interfaces. Zero runtime — pure TypeScript declarations.
Used by every other @emdzej/j2534-* package.
Install
npm install @emdzej/j2534-typesUse
import { Protocol, ConnectFlag, ConfigParam } from '@emdzej/j2534-types';
console.log(Protocol.ISO15765); // 0x06
console.log(ConfigParam.LOOPBACK); // numeric J2534 config IDSee also
- Root README — full project overview, supported hardware, examples
@emdzej/j2534-driver— the J2534Device implementation that consumes these types
License
MIT
