OnRFID

OnRFID

OnRFID picture event


Declaration

ENTRY OnRFID(IN TEXT _RFID) ; actions END OnRFID

Parameters

_RFID

Required input parameter. It contains a text string that represents RFID.

Description

This entry is generated after scanning RFID card by a user.
The parameter _RFID contains the text string in hexadecimal representation of 12-byte RFID tag, i.e. 24 characters.

At least one picture that implements <ENTRY OnRFID> is opened in D2000 HI - it means that HI does not log the user but calls OnRFID entry to the all pictures, which implement this entry, and lets the application script handle this entry.