#include <pv_2way_engine_factory.h>
Static Public Methods | |
OSCL_IMPORT_REF void | Init () |
OSCL_IMPORT_REF void | Cleanup () |
OSCL_IMPORT_REF CPV2WayInterface * | CreateTerminal (PV2WayTerminalType aTerminalType, PVCommandStatusObserver *aCmdStatusObserver, PVInformationalEventObserver *aInfoEventObserver, PVErrorEventObserver *aErrorEventObserver) |
OSCL_IMPORT_REF void | DeleteTerminal (CPV2WayInterface *terminal) |
|
|
|
Creates an instance of a terminal of a particular type. Initially, this will support 324m type terminals.
|
|
This function allows the application to delete an instance of a terminal and reclaim all allocated resources. A terminal should be deleted only in the EIdle state. An attempt to delete a terminal in any other state will result in unpredictable behavior.
|
|
|