public class TagAccess.BlockPermalockAccessParams
extends java.lang.Object
| Constructor and Description |
|---|
BlockPermalockAccessParams()
Constructor.
|
BlockPermalockAccessParams(MEMORY_BANK m_eMemoryBank,
boolean m_bReadLock,
int m_nByteOffset,
int m_nByteCount,
long m_nAccessPassword,
int m_nMaskLength,
byte[] m_pMask) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccessPassword()
Password to be used for the Access operation.
|
int |
getByteCount()
Number of Bytes for the Mask.
|
int |
getByteOffset()
Byte offset; Address of the first byte for the Mask.
|
byte[] |
getMask()
Mask specifies which memory blocks a tag permalocks.
|
int |
getMaskLength()
Number of bytes in pMask to be taken for comparison.
|
MEMORY_BANK |
getMemoryBank()
Memory Bank on which Block Permalock operation is to be performed.
|
boolean |
getReadLock()
ReadLock specifies whether a tag backscatters the perlock status
of, or permalocks, one of more blocks within the memory bank as specified.
|
void |
setAccessPassword(long accessPassword)
Password to be used for the Access operation.
|
void |
setByteCount(int byteCount)
Number of Bytes for the Mask.
|
void |
setByteOffset(int byteOffset)
Byte offset; Address of the first byte for the Mask.
|
void |
setMask(byte[] mask)
Mask specifies which memory blocks a tag permalocks.
|
void |
setMaskLength(int maskLength)
Number of bytes in pMask to be taken for comparison.
|
void |
setMemoryBank(MEMORY_BANK memoryBank)
Memory Bank on which Block Permalock operation is to be performed.
|
void |
setReadLock(boolean readLock)
ReadLock specifies whether a tag backscatters the perlock status
of, or permalocks, one of more blocks within the memory bank as specified.
|
public BlockPermalockAccessParams(MEMORY_BANK m_eMemoryBank, boolean m_bReadLock, int m_nByteOffset, int m_nByteCount, long m_nAccessPassword, int m_nMaskLength, byte[] m_pMask)
public BlockPermalockAccessParams()
public MEMORY_BANK getMemoryBank()
public void setMemoryBank(MEMORY_BANK memoryBank)
public boolean getReadLock()
public void setReadLock(boolean readLock)
public int getByteOffset()
public void setByteOffset(int byteOffset)
public int getByteCount()
public void setByteCount(int byteCount)
public long getAccessPassword()
public void setAccessPassword(long accessPassword)
public int getMaskLength()
public void setMaskLength(int maskLength)
public byte[] getMask()
public void setMask(byte[] mask)