TAeTransaction Structure

Field Data Type Description Notes
Station Integer Station identifier 1
TimeStamp String Punch timestamp 2
TransType Integer Punch type 3, see Transaction Types below

Notes

  1. Use getStationsSimple to retrieve a list of Station IDs and values
  2. yyyy-mm-dd HH:mm:ss.fff format
  3. These are returned values

Transaction Types

  • 0 - Punch
  • 1 - Punch Transfer
  • 2 - Transfer
  • 3 - In
  • 4 - Out
  • 5 - Access
  • 6 - Undefined
  • 7 - Punch Access
  • 8 - Punch Transfer Start Only
  • 9 - Punch Transfer Start Auto Determine
  • 20 - Minimum Call Back Value
  • 24 - Maximum Call Back Value
  • 99 - Auto Punch Value
  • 255 - Mask
  • 256 - Start of Shift
  • 512 - End of Shift
  • 1024 - Not Start of Shift
  • 2048 - Added Transaction

Methods Referencing Structure

extractEmployeeTransactionsByFilekey
extractEmployeeTransactionsByIDNum

Back to Top