| Interface | Description |
|---|---|
| CloverDeviceConfiguration |
Interface which defines the configuration of the underlying transport for connecting to a Clover device.
|
| ICloverConnector |
Interface to define the available methods to send requests to a connected Clover device.
|
| ICloverConnectorListener |
These are the methods to implement for intercepting messages that are sent from a Clover device.
|
| Class | Description |
|---|---|
| CloverConnector |
Provides the default implementation of the
ICloverConnector interface, connecting to the device specified
in the constructor. |
| CloverConnectorFactory |
Created by connor on 10/19/17.
|
| DefaultCloverConnectorListener | |
| MerchantInfo | |
| MerchantInfo.DeviceInfo | |
| WebSocketCloverDeviceConfiguration |
Default configuration to communicate with the Mini via WebSockets to the LAN Pay Display
|