Using the intrepidcs API in Visual C++ -
intrepidcs API
Setup -
Example
1) Start your new project and add the Dynamic link helper files to your project.
2) Add a #include "icsneo40DLLAPI.h" to your project
Figure 1 - Link to the "icsnVC40.lib"
3) Use the Functions "LoadDLLAPI" to load the functions and "UnloadDLLAPI" to unload the functions. Examples are below.
HINSTANCE hDLL;
//-----Load the DLL
4) Finally, call the methods as defined in the he Basic Operation 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: VCNewneoVI.zip
The example shows how to open and close communication to the driver, send messages and read messages on the networks.
Figure 1 - The Visual C++ Example.
IntrepidCS API Documentation - (C) Copyright 2000-2022 Intrepid Control Systems, Inc. (www.intrepidcs.com) |
Last Updated : Tuesday, July 04, 2017