C# Class ObdLibUWP.ObdWrapper

Exibir arquivo Open project: Azure-Samples/MyDriving

Public Methods

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

Private Methods

Method Description
PollObd ( ) : void
ReadAsync ( ) : Task
ReadAsyncRaw ( ) : Task
RunCmd ( string cmd ) : Task
Send ( string msg ) : void
SendAndReceive ( string msg ) : Task
WriteAsync ( string msg ) : System.Threading.Tasks.Task

Method Details

Disconnect() public method

public Disconnect ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

GetSpeed() public method

public GetSpeed ( ) : Task
return Task

GetVIN() public method

public GetVIN ( ) : Task
return Task

Init() public method

public Init ( bool simulatormode = false ) : Task
simulatormode bool
return Task

Read() public method

public Read ( ) : string>.Dictionary
return string>.Dictionary