Call the aciObjectToString function to print an ACI object.
void aciObjectToString ( t_aciObject* pObject)
| Arguments | Type/Description |
|---|---|
pObject
|
t_aciObject* A pointer to an ACI object. |
This function prints a string representation of the ACI object to the standard output.
|
|