1.2.7.4.86 SYS_FS_MEDIA_MOUNT_DATA Struct

C

typedef struct
{
    /* Media Mount Name */
    const char* mountName;

    /* Media Device Name */
    const char* devName;

    /* Media Type */
    SYS_FS_MEDIA_TYPE mediaType;

    /* File system type on Media */
    SYS_FS_FILE_SYSTEM_TYPE fsType;

} SYS_FS_MEDIA_MOUNT_DATA;

Summary

Structure to obtain the device and mount name of media

Description

This structure is an input for the media manager to auto mount the media when the auto mount feature is enabled.

Remarks

None.