VM_DCL_STATUS vm_dcl_add_event( VM_DCL_HANDLE device_handle, VM_DCL_EVENT event, void* user_data );
VM_DCL_STATUS vm_dcl_add_event( VM_DCL_HANDLE device_handle, VM_DCL_EVENT event, void* user_data );
If want to listen to multiple events, then use vm_dcl_register_callback() first to register the callback and use vm_dcl_add_event() to add additional events you want the callback to listen to.
|
Parameters |
Description |
|
VM_DCL_HANDLE device_handle |
[IN] The handle of the targeted device, which is returned by vm_dcl_open(). |
|
VM_DCL_EVENT event |
[IN] Identifies in what condition that the callback is triggered by. |
|
void* user_data |
[IN] The additional data to be passed to this callback function. The real type of this value should be vm_dcl_callback_data_t. The detail of this structure is given by the driver. |
vmdcl.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.