Show:

BO.custom.RFIDEvent Class

An Event object to be dispatched when an RFID tag is read or when an RFID tag is removed from a reader.

Constructor

BO.custom.RFIDEvent

(
  • type
  • tag
)

Parameters:

  • type String

    The event type

  • tag String

    The RFID tag value (hexadecimal)

Item Index

Properties

RFIDEvent.ADD_TAG

Unknown static

RFIDEvent.REMOVE_TAG

Unknown static

tag

String

[read-only] The RFID tag value (hexadecimal string).

target

Object

The event target

type

String

The event type