public class TagAccessResult
extends java.lang.Object
Constructor and Description |
---|
TagAccessResult(byte[] epc,
byte[] data,
ResultCode code,
ActionType action,
BankType bank) |
Modifier and Type | Method and Description |
---|---|
ActionType |
actionType()
The access action type.
|
BankType |
bankType()
The access bank type.
|
byte[] |
data()
Returns the access result data value.
|
byte[] |
epc()
Returns the access tag's EPC value.
|
java.lang.String |
getData()
Returns the access result data value with HEX format.
|
java.lang.String |
getEpc()
Returns the access tag's EPC value with HEX format.
|
ResultCode |
resultCode()
The access result code.
|
java.lang.String |
toString()
Return the TagAccessResult information with format: [Result Code], [Action Type], [EPC], [Data], [Bank]
|
public TagAccessResult(byte[] epc, byte[] data, ResultCode code, ActionType action, BankType bank)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getEpc()
public byte[] epc()
public byte[] data()
public java.lang.String getData()
public ActionType actionType()
public ResultCode resultCode()
public BankType bankType()