setEVInterface abstract method

void setEVInterface(
  1. EVSearchInterface evcpInterface
)

Sets the EV interface through which search will interact with EVCP3.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • evcpInterface The EV search interface implementation.

Implementation

void setEVInterface(EVSearchInterface evcpInterface);