4.3.52. CAENVME_WriteFlashPage
Parameters:
[in] Handle : The handle that identifies the device.
[in] 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 writes the data into the specified flash page.
CAENVME_API
CAENVME_WriteFlashPage(long Handle, unsigned char *Data, int
PageNum).
4.3.53. CAENVME_SetInputConf
Parameters:
[in] Handle : The handle that identifies the device.
[in] InSel : The input line to configure (see CVInputSelect
enum).
[in] InPol : The input line polarity (see CVIOPolarity enum).
[in] LEDPol : The output LED polarity (see CVLEDPolarity enum).
Returns:
An error code about the execution of the function.
Description:
The function permits to configure the input lines of the module. It can
be specified the polarity for the line and for the LED.
CAENVME_API
CAENVME_SetInputConf(long Handle, CVInputSelect InSel, CVIOPolarity
InPol, CVLEDPolarity LEDPol).
4.3.54. CAENVME_SetLocationMonitor
Parameters:
[in] Handle : The handle that identifies the device.
[in] Address :
[in] Write :
[in] Lword :
[in] Icak :
Returns:
An error code about the execution of the function.
Description:
The function sets the Location Monitor.
CAENVME_API