PDCardWriteAttrByte

This function writes a byte to the specified offset in a card’s attribute memory space.

Syntax

VOID PDCardWriteAttrByte( PVOID pCardMem, UINT32 uOffset, UINT8 uByte );

Parameters

pCardMem
Pointer to PC Card attribute memory obtained from the CardMapMemory function.
uOffset
Integer setting the offset into card’s attribute memory.
uByte
Specifies the byte to be written.

Remarks

This function is called within a try-except statement in case the card is removed and the memory access results in a fault.

See Also

PDCardReadAttrByte, PDCardReadCmnByte, PDCardWriteCmnByte