4.3.11. CAENVME_MBLTReadCycle
Parameters:
[in] Handle : The handle that identifies the device.
[in] Address : The VME bus address.
[out] Buffer : The data read from the VME bus.
[in] Size : The size of the transfer in bytes.
[in] AM : The address modifier (see CVAddressModifier enum).
[out] count : The number of bytes transferred.
Returns:
An error code about the execution of the function.
Description:
The function performs a VME multiplexed block transfer read cycle.
CAENVME_API
CAENVME_MBLTReadCycle(long Handle, unsigned long Address, unsigned char
*Buffer, int Size, CVAddressModifier AM, int *count);
4.3.12. CAENVME_BLTWriteCycle
Parameters:
[in] Handle : The handle that identifies the device.
[in] Address : The VME bus address.
[in] Buffer : The data to be written to the VME bus.
[in] Size : The size of the transfer in bytes.
[in] AM : The address modifier (see CVAddressModifier enum).
[in] DW : The data width (see CVDataWidth enum).
[out] count : The number of bytes transferred.
Returns:
An error code about the execution of the function.
Description:
The function performs a VME block transfer write cycle.
CAENVME_API
CAENVME_BLTWriteCycle(long Handle, unsigned long Address, unsigned char *Buffer,
int size, CVAddressModifier AM, CVDataWidth DW, int *count);