Using the neoVI API in Visual C++ - neoVI API
PreviousUsing the intrepidcs API in Visual Basic - neoVI APINextUsing the neoVI API in C# - neoVI API
Last updated
Last updated
Start your new project and add the to your project.
Add a #include
“icsneo40DLLAPI.h” to your project
3. Use the Functions “LoadDLLAPI” to load the functions and “UnloadDLLAPI” to unload the functions. Examples are below.
The example shows how to open and close communication to the driver, send messages and read messages on the networks.
4. Finally, call the methods as defined in the document.
A Visual C++ example (Figure 1) is included to show how the API all works together. The example files are included in the following file: