C# Class Sample.ObdComm

Afficher le fichier Open project: mkelly/J2534DotNet Class Usage Examples

Méthodes publiques

Méthode Description
ClearFaults ( ) : bool
ConnectIso15765 ( ) : bool
DetectProtocol ( ) : bool
Disconnect ( ) : bool
GetAllPidValues ( ) : string[]
GetAvailableObdPids ( List &availablePids ) : bool
GetBatteryVoltage ( double &voltage ) : bool
GetFaults ( string &faults ) : bool
GetLastError ( ) : J2534Err
GetObdPidValue ( string pidName ) : string
GetVin ( string &vin ) : bool
IsConnected ( ) : bool
ObdComm ( IJ2534Extended j2534Interface ) : System

Private Methods

Méthode Description
GetAvailableObdPidsAt ( byte start, List &availablePids ) : void
ReadObdPid ( byte mode, byte pid, ProtocolID protocolId, List &value ) : bool

Method Details

ClearFaults() public méthode

public ClearFaults ( ) : bool
Résultat bool

ConnectIso15765() public méthode

public ConnectIso15765 ( ) : bool
Résultat bool

DetectProtocol() public méthode

public DetectProtocol ( ) : bool
Résultat bool

Disconnect() public méthode

public Disconnect ( ) : bool
Résultat bool

GetAllPidValues() public méthode

public GetAllPidValues ( ) : string[]
Résultat string[]

GetAvailableObdPids() public méthode

public GetAvailableObdPids ( List &availablePids ) : bool
availablePids List
Résultat bool

GetBatteryVoltage() public méthode

public GetBatteryVoltage ( double &voltage ) : bool
voltage double
Résultat bool

GetFaults() public méthode

public GetFaults ( string &faults ) : bool
faults string
Résultat bool

GetLastError() public méthode

public GetLastError ( ) : J2534Err
Résultat J2534Err

GetObdPidValue() public méthode

public GetObdPidValue ( string pidName ) : string
pidName string
Résultat string

GetVin() public méthode

public GetVin ( string &vin ) : bool
vin string
Résultat bool

IsConnected() public méthode

public IsConnected ( ) : bool
Résultat bool

ObdComm() public méthode

public ObdComm ( IJ2534Extended j2534Interface ) : System
j2534Interface IJ2534Extended
Résultat System