You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StorageCardSelectionExtension.prepareReadBlocks(int fromBlockAddress, int toBlockAddress) method.
StorageCard.getBlock(int blockAddress) method.
StorageCard.getBlocks(int fromBlockAddress, int toBlockAddress) method.
Documentation improvements:
Clarified that block addresses start at 0 and maximum value is getBlockCount() - 1.
Enhanced documentation for zero-filled behavior when blocks haven't been read.
Fixed incorrect reference from ProductType.getBlockCount() to ProductType.getBlockSize() in write methods.
Write operation behavior: Write commands no longer automatically update the StorageCard memory image due to storage card technology limitations. Applications must perform explicit read operations after writes to verify actual card content.