Name of the function. Callback function names must start with a capital letter and can contain only alphanumeric characters.
Callback Function General Editor
Name
Return type
Return type of the function. Unlike normal IVI-C functions, callback functions can have return types other than ViStatus.
If an array is desired, append opening and closing square brakets ([]) to the type name. For example, to have the method return an array of double, enter Double[].