3.2.11. CADI::CADIGetParameterValues()

Return the current parameter values.

virtual CADIReturn_t CADI::CADIGetParameterValues(uint32_t parameterCount,
            uint32_t *actualNumOfParamsRead,
            CADIParameterValue_t *paramValuesOut) =0

where:

parameterCount

is the length of array paramValuesOut.

actualNumOfParamsRead

is the number of valid entries in paramValuesOut. This must be initialized to 0 by the caller.

If an error code is returned and actualNumOfParamsRead is greater than 0, the first actualNumOfParams entries are valid and caused no error. The entry paramValuesOut[actualNumOfParamsRead] caused the error.

paramValuesOut

is an output buffer that will hold the parameter values.

Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0359B
Non-Confidential