This function reads the byte at the specified offset in a card’s attribute memory space.
UINT8 PDCardReadAttrByte( PVOID pCardMem, UINT32 uOffset );
Returns the byte read.
This function is called within a try-except statement in case the card is removed and the memory access results in a fault.
PDCardWriteAttrByte, PDCardReadCmnByte, PDCardWriteCmnByte