Factory class for creating DxcConnectors. More...
#include </home/user/DXC_svn/trunk/Src/APIs/cpp/Connection/ConnectorFactory.hpp>
Static Public Member Functions | |
static DxcConnector * | getDAConnector (DxcCallback *callback) |
Static factory method for creating a DxcConnector for use by a Diagnosis Algorithm. |
Factory class for creating DxcConnectors.
DA developers should call the getDAConnector() static factory method to obtain a DxcConnector with which to begin sending and receiving data.
DxcConnector * ConnectorFactory::getDAConnector | ( | DxcCallback * | callback | ) | [static] |
Static factory method for creating a DxcConnector for use by a Diagnosis Algorithm.
callback | The user's DxcCallback implementation, to be executed upon arrival of DxcData. |