Synchronous Bus Requests (Windows CE 5.0)
For some Secure Digital (SD) commands, such as SET_BLOCKLEN, there is no compelling performance reason to use asynchronous transfers. For these situations, synchronous bus requests are provided. These bus requests block the client driver until the bus request has been completed. The SDSynchronousBusRequest function is used to make these requests.
The *pResponse*****parameter is used to obtain the response to the command from the card. This response will contain error status and for some commands some data as requested from the card.
See Also
Client Driver Bus Requests | Asynchronous Bus Requests | SDSynchronousBusRequest
Send Feedback on this topic to the authors