GetConsumerOBDToDataTable
Returns OBD Data from the requested consumer in a DataTable
public DataTable GetConsumerOBDToDataTable(bool <byHttps>,
string <userName>,
string <password>,
ConsumerOBDParameters <consumerOBDParameters>,
string <tableName>,
ref char <messageType>,
ref string <message>)
Parameters:
bool <byHttps>
|
Set to true if you want to user https protocol otherwise, if you want to use http, set it to false
|
string <userName>
|
A string containing the username assigned from MyWakes
|
string <password>
|
A string containing the password for the MyWakes user
|
ConsumerOBDParameters <consumerOBDParameters>
|
A ConsumerOBDParameters object containing command's specific parameters
|
string <tableName>
|
A string containing the name of the returned DataTable
|
ref char <messageType>
|
A string containing output parameter that will return the type of message returned in <message> field: I=information, W=warning, E=error
|
ref string <message>
|
A string containing output parameter with the message content
|