API Call History
The API Call History dialog box contains a complete history of all the functions that you called during the current ToolBox session. For each function that you called, the program code that was generated by the call is available. The API Call History dialog box displays the following information:
API Function |
All calls made using any of the APIs, displayed in sequential order of execution. |
Status No. |
Identifier number of the status message that was returned by the function call. |
Status Identifier |
Status message related to the status number that is displayed. |
Generated Code |
Code generated by the execution of the API function call. |
Generated Code
The source code displayed in the API Call History is generated according to the program language that is selected in the Settings dialog box. Copy and paste the code into your source files to implement the API call in your programs.
If you change the programming language in the Settings dialog box, the source code for all previously-called API functions in the API Call History is changed correspondingly.
NOTE Sentinel LDK ToolBox provides error handling for C code only.