4.3.49. CAENVME_IRQDisable
Parameters:
[in] Handle : The handle that identifies the device.
[in] Mask : A bit-mask indicating the IRQ lines.
Returns:
An error code about the execution of the function.
Description:
The function disables the IRQ lines specified by Mask.
CAENVME_API
CAENVME_IRQDisable(long dev, unsigned long Mask).
4.3.50. CAENVME_IRQWait
Parameters:
[in] Handle : The handle that identifies the device.
[in] Mask : A bit-mask indicating the IRQ lines.
[in] Timeout : Timeout in milliseconds.
Returns:
An error code about the execution of the function.
Description:
The function waits the IRQ lines specified by Mask until one of them
raise or timeout expires.
CAENVME_API
CAENVME_IRQWait(long dev, unsigned long Mask, unsigned long Timeout).
4.3.51. CAENVME_ReadFlashPage
Parameters:
[in] Handle : The handle that identifies the device.
[out] Data : The data to write.
[in] PageNum : The flash page number to write.
Returns:
An error code about the execution of the function.
Description:
The function reads the data from the specified flash page.
CAENVME_API
CAENVME_ReadFlashPage(long Handle, unsigned char *Data, int
PageNum).