SD_CARD_INTERFACE (Windows Embedded CE 6.0)
1/6/2010
This structure stores information on the physical nature of an SD card and its interface.
Syntax
typedef struct _SD_CARD_INTERFACE {
SD_INTERFACE_MODE InterfaceMode;
ULONG ClockRate;
BOOL WriteProtected;
} SD_CARD_INTERFACE, *PSD_CARD_INTERFACE;
Members
- InterfaceMode
Physical interface mode for an SD device.
- ClockRate
Clock rate used to communicate with the SD card, in hertz (Hz).
- WriteProtected
Indicates if the card is write-protected. This value is only necessary for SD memory cards.
Requirements
Header | sdcardddk.h |
Windows Embedded CE | Windows CE 5.0 and later |