aciObjectResponseToStringArray

Call the aciObjectResponseToStringArray function to return all the values of a tag in an ACI response object.

Syntax

aciError aciObjectResponseToStringArray(
   t_aciObject *pResponse,
   char *szTagName,
   char *szNumberName,
   char ***paszValues,
   long *plnValues );

Arguments

Arguments Type/Description
pResponse t_aciObject*  A pointer to an ACI response object.
szTagName char*  The name of the tag values to retrieve.
szNumberName char*  The name of the tag, where available, giving the number of tag values to retrieve.
paszValues char***  A pointer to an array of strings containing the tag values.
plnValues long*  A pointer to the number of values retreived.

Discussion

This function populates the array pointed to by paszValues with the values of the tags named szTagName. Memory is allocated for the array as well as the values.

Returns

An ACI error code.