Function Reference
This section describes the API functions output by the Code Generator, using the following notation format.
Figure 3.1 Notation Format of API Functions
 
(1)           
Name
Indicates the name of the API 
function.
(2)           
Outline
Outlines the functions of the API 
function.
(3)           
[Syntax]
Indicates the format to be used 
when describing an API function to be called in C language. 
(4)           
[Argument(s)]
API function arguments are 
explained in the following format
| I/O | Argument | Description | 
| (a) | (b) | (c) | 
(a) I/O
Argument classification
I … Input argument
O … Output argument
(b) Argument
Argument data type
(c) Description
Description of argument
(5)           
[Retuen 
value]
API 
function return value is explained in the  following format.
| Macro | Description | 
| (a) | (b) | 
(a) Macro
Macro of return value
(b) Description
Description of return value