Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
BO.custom.RFIDEvent(type, tag)
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
BO.custom.RFIDEvent.ADD_TAG
<static> <constant>  
BO.custom.RFIDEvent.REMOVE_TAG
 
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).

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Mar 12 2012 23:27:52 GMT-0400 (EDT)