public class TagAccess.BlockEraseAccessParams
extends java.lang.Object
| Constructor and Description |
|---|
BlockEraseAccessParams()
Constructor
|
BlockEraseAccessParams(MEMORY_BANK m_eMemoryBank,
int m_nByteOffset,
int m_nByteCount,
long m_nAccessPassword) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccessPassword() |
int |
getByteCount()
Number of Bytes to be erased.
|
int |
getByteOffset()
Address of the first byte to be written to the chosen memory bank.
|
MEMORY_BANK |
getMemoryBank()
Memory bank on which access operation is to be performed.
|
void |
setAccessPassword(long accessPassword)
Password to be used for the Access operation.
|
void |
setByteCount(int byteCount)
Number of Bytes to be erased.
|
void |
setByteOffset(int byteOffset)
Address of the first byte to be written to the chosen memory bank.
|
void |
setMemoryBank(MEMORY_BANK memoryBank)
Memory bank on which access operation is to be performed.
|
public BlockEraseAccessParams(MEMORY_BANK m_eMemoryBank, int m_nByteOffset, int m_nByteCount, long m_nAccessPassword)
public BlockEraseAccessParams()
public MEMORY_BANK getMemoryBank()
public void setMemoryBank(MEMORY_BANK memoryBank)
public long getAccessPassword()
public void setAccessPassword(long accessPassword)
public int getByteCount()
public void setByteCount(int byteCount)
public int getByteOffset()
public void setByteOffset(int byteOffset)