Basic Operation - intrepidcs API

When you use the intrepidcs API you will do the following:

1) Start your application.
2) Open the driver and create (if necessary) the neoVI object using the OpenPort method.
3) Transmit messages using the TxMessages method.
4) Read messages on the network using the GetMessages method.
5) Optionally readout any errors using the GetErrorMessages method.
6) Repeat steps 3 through 5 while your application is monitoring the network.
7) Close the driver when you are not monitoring by calling the ClosePort method.
8)
If you want to start monitoring again go back to step 2.
9) When your application exits, you must free (destroy) your neoVI object by calling the FreeObject method.


intrepidcs API Documentation - (C) Copyright 2000-2004 Intrepid Control Systems, Inc.  (www.intrepidcs.com)

Last Updated : Tuesday, April 24, 2001