Skip to content

clover/remote-pay-windows-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clover, Inc. Remote Pay Windows Examples

Clover Windows ExamplesClover Windows SDKClover, Inc

Samples

SalesKeypad

A simple calculator-style sales app to take sales with a Clover Device. Source code demonstrates how simple a sale end-to-end flow can be.

SalesKeypad

Similar to the Clover iOS Keypad Example, this example shows a very simple sale transaction flow in context of a touchscreen-friendly calculator. It also shows how simple copy and paste of a sale total amount from another application can work as the simplest of integrations.

Open project file SalesKeypad\SalesKeypad.sln or see github releases for a download-and-run version.

SnpdConnectionExample

A simple Secure Network Pay Display (SNPD) / WebSocket Transport connection example using the CloverEventConnector convenience wrapper.

SnpdConnectionExample

This example shows the simplest WebSocket Transport / SNPD connection to a device with no extra features to disguise the connection code. It uses the SDK's convenience CloverEventConnector wrapper to simplify down to minimal communication noise.

Open project file SnpdConnectionExample\SnpdConnectionExample.sln .