|
Function :
CAI_getConnectionInfoFromINI
|
This function simplifies the setting of the APIv2 connection parameters by
reading the connection parameters from a .INI file,
rather than having to hardcode these values.
The .INI will also contain the sign-in parameters when the new architecture is in
place on the Amadeus side.
|
API : Application Programming Interface
|
CaiErr CAI_getConnectionInfoFromINI(char * ini_name,
CAI_Connection_SI *connection_info)
|
This function returns CAI_OK when successfull.
| Parameter |
In/Out |
Description |
| ini_name |
In |
.INI file name.
|
| connnection_info |
Out |
A structure CAI_ConnnectionSI structure, initialized by a call to the
CAI_initConnection_SI() function.
|