Share via


SDCARD_DEVICE_TYPE (Compact 2013)

3/26/2014

This enumerated type describes the secure digital (SD) device type.

Syntax

typedef enum _SDCARD_DEVICE_TYPE {
  Device_Unknown,
  Device_MMC,
  Device_SD_Memory,
  Device_SD_IO,
  Device_SD_Combo
} SDCARD_DEVICE_TYPE, *PSDCARD_DEVICE_TYPE;

Elements

  • Device_Unknown
    SD card type cannot be identified.
  • Device_MMC
    SC card type is a multimedia card (MMC).
  • Device_SD_Memory
    SD card type is an SD memory card.
  • Device_SD_IO
    SD card type is a secure digital input output (SDIO) card.
  • Device_SD_Combo
    Intermediate device type reserved for use by the bus driver.

Requirements

Header

sdcardddk.h

See Also

Reference

Secure Digital (SD) Card Driver Enumerations