As defined in xcapi.h
| typedef void (*xcObjectVectoredCallback)( | xhandle object,
|
| xuint32 slot,
|
| xuint64 turnkey,
|
| xuint32 count,
|
| const XC_EVENT_DESC *events); |
Description:
Callback signature for all vectored callbacks.
Parameters:
- object [IN] reference to the associated object instance.
- slot [IN] slot number of the associated item within the object.
- turnkey [IN] a turn-around key that was supplied on item request
- count [IN] number of items in each of the subsequent parameters
- items [IN] array of structures containing information about each event object in the vector of events.
Common error codes:
XSUCCESS Event was successful.
[ Top Of Page ]