1.2.7.4.78 SYS_FS_MEDIA_BLOCK_EVENT Enum

C

typedef enum
{
    /* Block operation has been completed successfully. */
    SYS_FS_MEDIA_EVENT_BLOCK_COMMAND_COMPLETE = SYS_MEDIA_EVENT_BLOCK_COMMAND_COMPLETE,
    
    /* There was an error during the block operation */
    SYS_FS_MEDIA_EVENT_BLOCK_COMMAND_ERROR = SYS_MEDIA_EVENT_BLOCK_COMMAND_ERROR
    
} SYS_FS_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.

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.

Remarks

Refer to sys_media.h for actual enumerations.