1.2.7.4.81 SYS_FS_MEDIA_STATE Enum
C
typedef enum
{
/* Media is de registered with the media manager */
SYS_FS_MEDIA_STATE_DEREGISTERED = 0,
/* Media is registered with the media manager */
SYS_FS_MEDIA_STATE_REGISTERED,
/* Check the attach/detach status of the Media */
SYS_FS_MEDIA_CHECK_ATTACH_STATUS,
/* Read the first sector of the media */
SYS_FS_MEDIA_READ_FIRST_SECTOR,
/* Analyze the FS */
SYS_FS_MEDIA_ANALYZE_FS,
} SYS_FS_MEDIA_STATE;
Summary
The enumeration for state of media.
Description
The media manager task picks a disk for analysis and takes it through a number of states. This enumeration mentions the state of the media.
Remarks
None.