SD_COMMAND_RESPONSE (Windows CE 5.0)
This structure stores the response from a card to a bus request. It contains information about the type of the response and the bytes that make up the response data.
typedef struct _SD_COMMAND_RESPONSE {SD_RESPONSE_TYPEResponseType;
UCHARResponseBuffer[SDCARD_RESPONSE_BUFFER_BYTES];} SD_COMMAND_RESPONSE, *PSD_COMMAND_RESPONSE;
Members
- ResponseType
Response type. - ResponseBuffer
Byte array containing the card response. This array must be large enough for all response types. Bit zero of the reponse is the least significant bit of array element zero. The full response is available, including space reserved for cyclic redundancy codes (CRC), start and end bits.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
See Also
Secure Digital Card Driver Structures
Send Feedback on this topic to the authors