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