1.1.3.4.30 MEMORY_DEVICE_TRANSFER_STATUS Enum

C

typedef enum
{
    /* Transfer being processed */
    MEMORY_DEVICE_TRANSFER_BUSY,

    /* Transfer is successfully completed*/
    MEMORY_DEVICE_TRANSFER_COMPLETED,

    /* Transfer had error*/
    MEMORY_DEVICE_TRANSFER_ERROR_UNKNOWN,
} MEMORY_DEVICE_TRANSFER_STATUS;

Summary

Memory Device Transfer Status.

Description

This Data structure is used to indicate the current transfer status of the attached media.

Remarks

None.