Default language.

Information
This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

AR System C API program structure


The  C API programs consist of the following four basic sections:

  • Startup/Initialization—Call ARInitialization to perform server- and network-specific initialization operations for connecting to the  (required).
  • System Work—Call one or more C API functions to perform the specific work of your program.
  • Free Allocated Memory—Call one or more of the FreeAR functions (or use the free function) to free all allocated memory associated with a specific data structure. For more information, see Freeing-allocated-memory.
  • Shutdown/Cleanup—Call ARTermination to perform environment-specific cleanup routines and disconnect from the  (required).
     If you use floating licenses and do not disconnect from the server, your license token is unavailable for other users for the defined time-out interval.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

AR System 22.1