FMP_getAllVariationParameter
Get names of all Input/Output parameter (variation parameter)
H_ERROR FMP_getAllVariationParameter(CEDINT32 serverUid, CEDINT32* nbrParam,char*** paramName)
- Input:
- serverUid: server Uid
- Output:
- nbrParam: number of I/O parameter
- paramName:Array of parameter names (free with "FMP_freeChar" )
- Return:
- error handle (NULL=OK)