4.3.34. CAENVME_GetArbiterType
Parameters:
[in] Handle : The handle that identifies the device.
[out] Value : The type of VME bus arbitration implemented (see
CVArbiterTypes enum).
Returns:
An error code about the execution of the function.
Description:
The function get the type of VME bus arbiter implemented on the module.
CAENVME_API
CAENVME_GetArbiterType(long Handle, CVArbiterTypes *Value).
4.3.35. CAENVME_GetRequesterType
Parameters:
[in] Handle : The handle that identifies the device.
[out] Value : The type of VME bus requester implemented (see
CVRequesterTypes enum).
Returns:
An error code about the execution of the function.
Description:
The function get the type of VME bus requester implemented on the module.
CAENVME_API
CAENVME_GetRequesterType(long Handle, CVRequesterTypes *Value).
4.3.36. CAENVME_GetReleaseType
Parameters:
[in] Handle : The handle that identifies the device.
[out] Value : The type of VME bus release policy implemented
(see CVReleaseTypes enum).
Returns:
An error code about the execution of the function.
Description:
The function get the type of VME bus release implemented on the module.
CAENVME_API
CAENVME_GetReleaseType(long Handle, CVReleaseTypes *Value).