Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This enumerated type specifies whether a bus request will read data, write data, or send a command to an SD card.
typedef enum {
SD_READ,
SD_WRITE,
SD_COMMAND} SD_TRANSFER_CLASS;
Elements
- SD_READ
Specifies that the bus request will read data. - SD_WRITE
Specifies that the bus request will write data. - SD_COMMAND
Specifies that the bus request will send a command to 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