Options
All
  • Public
  • Public/Protected
  • All
Menu

Produces ICloverConnector objects that can be configured using CloverDeviceConfiguration objects.

The connectors produced are dependant on the configuration and can be used to connect directly to the device from a Web Browser, or via the Cloud. They can also be used to connect directly to the device or through the cloud using a NodeJS application.

Hierarchy

  • CloverConnectorFactoryV2

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

createICloverConnector

  • createICloverConnector(configuration: CloverDeviceConfiguration): ICloverConnector
  • Produces a ICloverConnector given a configuration.

    Parameters

    • configuration: CloverDeviceConfiguration

      a configuration that determines how the connector connects to the device

    Returns ICloverConnector

Generated using TypeDoc