Hello,
I am discovering DAQmx with the goal of controling a NI 9264 module in VBA
For now I am reading the supported properties for my device but I find the help really minimalist
for example, the function DAQmxGetDevChassisModuleDevNames is described as "Indicates an array containing the names of the modules in the chassis"
and the variable are described here: DAQmxGetDevChassisModuleDevNames(const char device[], char *data, uInt32 bufferSize)
But what I am supposed to give as const char device[], char *data and uInt32 bufferSize ? is there a more detailed help to know what the different functions take as input ?
thank you in advance
best
Fabian