IDTech Windows SDK Guide  1.00.029
API reference for UniPay
Initialize UniPay

A Singleton instance has been established in the IDT_UniPay class. Establish the callback, and then any call to the singleton will automatically connect via USB.

public MainPage()
{
this.InitializeComponent();
IDT_UniPay.setCallback(MessageCallBack);
}