Share via


SD_TRANSFER_CLASS

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This enumerated type specifies whether a bus request will read data, write data, or send a command to an SD card.

Syntax

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

Header sdcardddk.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Secure Digital Card Driver Enumerations