1.2.1.4 SYS_MEDIA_BLOCK_EVENT Enum
C
typedef enum { /* Block operation has been completed successfully. */ SYS_MEDIA_EVENT_BLOCK_COMMAND_COMPLETE, /* There was an error during the block operation */ SYS_MEDIA_EVENT_BLOCK_COMMAND_ERROR } SYS_MEDIA_BLOCK_EVENT;
Summary
Identifies the possible events that can result from a request.
Description
This enumeration identifies the possible events that can result from a media.
Remarks
One of these values is passed in the "event" parameter of the event handling callback function that client registered with the driver by setting the event handler when a block request is completed.