SD_IO_TRANSFER_TYPE (Windows CE 5.0)
This enumerated type specifies if an I/O operation will read or write the register of an SD card.
typedef enum {SD_IO_READ,
SD_IO_WRITE,
} SD_IO_TRANSFER_TYPE
Elements
- SD_IO_READ
Reads the register of an SD card. - SD_IO_WRITE
Writes the register of an SD card.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
See Also
Secure Digital Card Driver Enumerations
Send Feedback on this topic to the authors