C# Class ObdLibAndroid.ObdWrapper

Afficher le fichier Open project: Azure-Samples/MyDriving

Méthodes publiques

Méthode Description
Disconnect ( ) : System.Threading.Tasks.Task
GetVIN ( ) : Task
Init ( bool simulatormode = false ) : Task
Read ( ) : string>.Dictionary

Private Methods

Méthode Description
GetBytes ( string str ) : byte[]
PollObd ( ) : void
ReadAsync ( ) : Task
ReadAsyncRaw ( ) : Task
RunCmd ( string cmd ) : Task
SendAndReceive ( string msg ) : Task
WriteAsync ( string msg ) : System.Threading.Tasks.Task

Method Details

Disconnect() public méthode

public Disconnect ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

GetVIN() public méthode

public GetVIN ( ) : Task
Résultat Task

Init() public méthode

public Init ( bool simulatormode = false ) : Task
simulatormode bool
Résultat Task

Read() public méthode

public Read ( ) : string>.Dictionary
Résultat string>.Dictionary