Package | Description |
---|---|
RFIDReader |
API for encapsulating high-level reader functions
|
Modifier and Type | Method and Description |
---|---|
RFIDReader.RFIDStatus |
RFIDReader.KillTag(int killPassword,
TagMask tagMask,
TagFields tagFields)
Method:
RFIDStatus KillTag(int killPassword, TagMask tagMask, TagFields tagFields )
Summary:
This method kills the tag reference by the specified input mask.
|
RFIDReader.RFIDStatus |
RFIDReader.LockTagData(int accessPassword,
TagMask tagMask,
int killPwdLock,
int accessPwdLock,
int epcLock,
int userDataLock,
TagFields tagFields)
Method:
RFIDStatus LockTagData(int accessPassword, TagMask tagMask,
int killPwdLock, int accessPwdLock, int epcLock,
int userDataLock, TagFields tagFields)
Summary:
This method locks, unlocks, or permanently locks or unlocks one or more data banks
on the tag.
|
RFIDReader.RFIDStatus |
RFIDReader.SetGen2Params(InventoryParameters ip)
Method:
RFIDStatus SetGen2Params(InventoryParameters ip)
Summary:
The Gen2Params for the RFIDReader module are set to the values specified in the
Gen2Params data structure.
|
RFIDReader.RFIDStatus |
RFIDReader.SetSessionParameter(byte sessionParam)
Method:
RFIDStatus SetSessionParameter(byte sessionParam)
Summary:
This method sets the Session Parameter.
|
static RFIDReader.RFIDStatus |
RFIDReader.RFIDStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDReader.RFIDStatus[] |
RFIDReader.RFIDStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|