HdfIoDispatcher
Overview
Related Modules:
Description:
Defines a driver service call dispatcher.
Since:
1.0
Summary
Data Fields
Dispatch )(struct HdfObject service, int cmdId, struct HdfSBuf data, struct HdfSBuf reply) |
Details
Field Documentation
Dispatch
int(* HdfIoDispatcher::Dispatch) (struct [HdfObject]($api-api-SmartVision-Devices-HdfObject.md) *service, int cmdId, struct [HdfSBuf]($api-api-SmartVision-Devices-HdfSBuf.md) *data, struct [HdfSBuf]($api-api-SmartVision-Devices-HdfSBuf.md) *reply)
Description:
Dispatches a driver service call. service indicates the pointer to the driver service object, id indicates the command word of the function, data indicates the pointer to the data you want to pass to the driver, and reply indicates the pointer to the data returned by the driver.