Share via


SD_IO_TRANSFER_TYPE

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 if an I/O operation will read or write the register of an SD card.

Syntax

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

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

See Also

Reference

Secure Digital Card Driver Enumerations