public class TagAccess.ReadAccessParams
extends java.lang.Object
| Constructor and Description |
|---|
ReadAccessParams()
Constructor.
|
ReadAccessParams(MEMORY_BANK m_eMemoryBank,
int m_nByteOffset,
int m_nByteCount,
long m_nAccessPassword) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAccessPassword()
Password to be used for the Access operation.
|
int |
getByteCount()
Number of bytes to read.
|
int |
getByteOffset()
The address of the first short to read from the chosen memory bank.
|
MEMORY_BANK |
getMemoryBank()
Memory bank from which data is to be read from.
|
void |
setAccessPassword(long accessPassword)
Password to be used for the Access operation.
|
void |
setByteCount(int m_nByteCount)
Number of bytes to read.
|
void |
setByteOffset(int byteOffset)
The address of the first short to read from the chosen memory bank.
|
void |
setMemoryBank(MEMORY_BANK memoryBank)
Memory bank from which data is to be read from.
|
public ReadAccessParams(MEMORY_BANK m_eMemoryBank, int m_nByteOffset, int m_nByteCount, long m_nAccessPassword)
public ReadAccessParams()
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 m_nByteCount)
public int getByteOffset()
public void setByteOffset(int byteOffset)