C
BYTE MDD_CFPMP_SectorRead( DWORD lda, BYTE * buf );
Description
SectorRead reads 512 bytes of data from the card starting at the sector address specified by sector_addr and stores them in the location pointed to by 'buffer'.
Preconditions
None
Parameters
Parameters |
Description |
sector_addr |
Sector address, each sector contains 512-byte |
buffer |
Buffer where data will be stored |
Returns
Side Effects
None
Remarks
None