SD_TRANSFER_CLASS (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.