API Trace Support


The API supports recording details of its operation. This information is useful for verifying the correct operation of an application or the API. The program MGSLTRC.EXE uses the API trace support to format and save trace data to a file. The user can select the level of detail to record. Refer to the program source code and base API documentation for details about using the API trace support.

The most useful tracing options for application writers are:

Data tracing to record the raw data frames.

API tracing to record the details of individual API calls.

Data link tracing to record the internal operation and events of the link layer API.


Previous Contents Next