BioEra SDK
Updated on March 11, 2009. The most recent version of this manual can be accessed here.
BioEra SDK is for developers how want to connect to BioEra from their software.
SDK for .NET can be downloaded here.
It contains two projects: API and Sample with full source code. Sample demonstrates how to use API classes.
API contains two main classes XmlNetServer and XmlNetController. Each of them can be used to interact with corresponding BioEra element (of the same name) in BioEra design (both are included in the sdk.bpd example design). More information about those elements can be found in BioEra manual.
The XmlNetServer is for data acquisition, data samples are sent from BioEra as numbers (double) to an external application.
The XmlNetController allows BioEra state control, for example Start/Stop/Pause etc. SDK sample demonstrates only how to start and stop processing, but there are many commands available.