IDTech Windows SDK Guide  1.2.165.0
API reference for Augusta
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Initialize Augusta:

A Singleton instance has been established in the IDT_Augusta class. Establish the callback, and then access the Augusta through USB via the SharedController instance.

public Augusta_Simple_Demo()
{
InitializeComponent();
IDT_Augusta.setCallback(MessageCallBack);
}