4.3.2. CAENVME_Init
Parameters:
[in] BdType : The model of the bridge (V2718).
[in] Link : The index of the A2818.
[in] BdNum : The board number in the link.
[out] Handle : The handle that identifies the device.
Returns:
An error code about the execution of the function.
Description:
The function generates an opaque handle to identify a module
attached to the PC. It must be specified only the module index (BdNum)
because the link is PCI.
CAENVME_API
CAENVME_Init(CVBoardTypes BdType, short Link, short BdNum, long *Handle);
4.3.3. CAENVME_BoardFWRelease
Parameters:
[in] Handle : The handle that identifies the device.
[out] FWRel : Returns the firmware release of the device.
Returns:
An error code about the execution of the function.
Description:
Permits to read the firmware release loaded into the device.
CAENVME_API
CAENVME_BoardFWRelease(long Handle, char *FWRel);
4.3.4. CAENVME_End
Parameters:
[in] Handle: The handle that identifies the device.
Returns:
An error code about the execution of the function.
Description:
Notifies the library about the end of work and free the allocated
resources.
CAENVME_API
CAENVME_End(long Handle);