1.1.9.7 WDRV_WINC_FILE_STATUS_TYPE

Enum type

Summary

List of file status values.

Description

Enumeration of possible file status indication values.

Remarks

None.

typedef enum
{
    /* The file operation was in error. */
    WDRV_WINC_FILE_STATUS_ERROR,

    /* The file operation was successful. */
    WDRV_WINC_FILE_STATUS_OK,

    /* The file open operation completed. */
    WDRV_WINC_FILE_STATUS_OPEN,

    /* The file write operation completed. */
    WDRV_WINC_FILE_STATUS_WRITE_COMPLETE,

    /* The file was closed. */
    WDRV_WINC_FILE_STATUS_CLOSE,
} WDRV_WINC_FILE_STATUS_TYPE;