CereStim 96 API  RS-0075 Rev 3.00
BSTIMAPI BResult getModuleFirmwareVersion ( UINT16 output)

Each current module has its own microcontroller and has a firmware version. All current modules in a single stimulator should have the same firmware version. The MSB is the Major revision number and the LSB is the minor revision number. I.e. 0x0105 would be version 1.5

Parameters
[in,out]outputThis should be a pointer to an UINT16 array[16] so that each of the possible 16 current modules firmware is reported
Returns
The values are in the array that the pointer passed in was point to.