IDTech Windows SDK Guide  1.2.64.00
API reference for NEO2
Initialize NEO2

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

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