MIL-STD-1553 Reference Manual
Chapter 2 - Library Administration and Initialization Functions
2.1 General Library Administration Functions
2.1.1 ApiClose
Prototype:
AiInt16 ApiClose(AiUInt32 ul_ModuleHandle);
Driver Command:
none
Purpose:
Closes the API S/W Library Application Interface for the specified module. This
function must be called last in an application program. No function (except
ApiOpen(..)) shall be called after ApiClose(..).
Input
Output
Return Value
All API functions return API_OK if no error occurred. If the return value is not equal
to API_OK the function ApiGetErrorDescription can be used to obtain an error
description.