4.3.5. CAENVME_ReadCycle
Parameters:
[in] Handle : The handle that identifies the device.
[in] Address : The VME bus address.
[out] Data : The data read from the VME bus.
[in] AM : The address modifier (see CVAddressModifier enum).
[in] DW : The data width.(see CVDataWidth enum).
Returns:
An error code about the execution of the function.
Description:
The function performs a single VME read cycle.
CAENVME_API
CAENVME_ReadCycle(long Handle, unsigned long Address, void *Data,
CVAddressModifier AM, CVDataWidth DW);
4.3.6. CAENVME_MultiRead
Parameters:
[in] Handle : The handle that identifies the device.
[in] Address : An array of VME bus addresses.
[out] Data : An array of data read from the VME bus.
[in] AM : An array of address modifiers (see CVAddressModifier
enum).
[in] DW : An array of data widths.(see CVDataWidth enum).
Returns:
An array of error codes about the execution of the function.
Description:
The function performs a sequence of VME read cycles.
CAENVME_API
CAENVME_MultiRead(long Handle, unsigned long Address, void *Data,
CVAddressModifier AM, CVDataWidth DW);