Creating Shared Libraries

The adapter developer must create a shared library or Dynamic Link Library (DLL) that contains functions to send or retrieve data from an application.

The e-ADK provides an example makefile to build the NNADKStubPlugIn.cpp into a library named:

The functions must be named to conform to the e-ADK 3.9 requirements.

  1. To set up your adapter, connect to your application, and create user data context:

  2. To shut down, disconnect from your application, and destroy user data:

  3. For NDO Mode:

  4. For Buffer Mode:

The following classes are used by the adapter plug-in functions: