CAENVME_SetLocationMonitor(long Handle, unsigned long Address,
CVAddressModifier Am, short Write,short Lword, short Iack).
4.3.55. CAENVME_WriteRegister
Parameters:
[in] Handle : The handle that identifies the device.
[in] Reg : The internal register to read (see CVRegisters
enum).
[in] Data: The data to be written to the module.
Returns:
An error code about the execution of the function.
Description:
The function permits to write to all internal registers.
CAENVME_API
CAENVME_WriteRegister(long Handle, CVRegisters Reg, unsigned short
Data).