Class BO.custom.RFIDEvent
Extends
JSUTILS.Event.
An Event object to be dispatched when an RFID tag
is read or when an RFID tag is removed from a reader.
Defined in: RFIDEvent.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
BO.custom.RFIDEvent(type, tag)
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> <constant> |
BO.custom.RFIDEvent.ADD_TAG
|
| <static> <constant> |
BO.custom.RFIDEvent.REMOVE_TAG
|
|
[read-only] The RFID tag value (hexadecimal string).
|
- Fields borrowed from class JSUTILS.Event:
- target, type
Class Detail
BO.custom.RFIDEvent(type, tag)
- Parameters:
- {String} type
- The event type
- {String} tag
- The RFID tag value (hexadecimal)
Field Detail
<static> <constant>
BO.custom.RFIDEvent.ADD_TAG
<static> <constant>
BO.custom.RFIDEvent.REMOVE_TAG
{String}
tag
[read-only] The RFID tag value (hexadecimal string).
