Method | Description | |
---|---|---|
ClearFaults ( ) : bool | ||
ConnectIso15765 ( ) : bool | ||
DetectProtocol ( ) : bool | ||
Disconnect ( ) : bool | ||
GetAllPidValues ( ) : string[] | ||
GetAvailableObdPids ( List |
||
GetBatteryVoltage ( double &voltage ) : bool | ||
GetFaults ( string &faults ) : bool | ||
GetLastError ( ) : J2534Err | ||
GetObdPidValue ( string pidName ) : string | ||
GetVin ( string &vin ) : bool | ||
IsConnected ( ) : bool | ||
ObdComm ( IJ2534Extended j2534Interface ) : System |
Method | Description | |
---|---|---|
GetAvailableObdPidsAt ( byte start, List |
||
ReadObdPid ( byte mode, byte pid, ProtocolID protocolId, List |
public GetAvailableObdPids ( List |
||
availablePids | List |
|
return | bool |
public GetBatteryVoltage ( double &voltage ) : bool | ||
voltage | double | |
return | bool |
public GetObdPidValue ( string pidName ) : string | ||
pidName | string | |
return | string |
public ObdComm ( IJ2534Extended j2534Interface ) : System | ||
j2534Interface | IJ2534Extended | |
return | System |