Reports information about passings in the internal buffer.
Call
PASSINGINFOGET\n
Reply
PASSINGINFOGET;[ErrorCode]\n [Count:4];[StartID:8];[StartTimeStamp:8]; [LastID:8];[LastTimeStamp:8]\n \n
Response
|
[Count] |
Number of passings in buffer. |
|
[StartID] |
Index of first passing in buffer. |
|
[StartTimeStamp] |
Time stamp of first passing in buffer. |
|
[LastID] |
Index of last passing in buffer. |
|
[LastTimeStamp] |
Time stamp of last passing in buffer. |
Error Codes
00 - No Error
11 - Wrong Mode
Reply with Error Code 11
The Box is running in a Mode which does not allow pulling passings from it. Passginginfoget will still reply with status representing the internal buffer state. The User needs to switch mode to be able to pull passings from this box.
Example
← PASSINGINFOGET\n → PASSINGINFOGET;00\n → 0002;00000000;002b6efc;00000001;00823aa8\n // 2 passings → \n
Hint:
When the buffer is empty, the reply will look like this with all indices = 0 (which obviously point to no passing):
← PASSINGINFOGET\n → PASSINGINFOGET;00\n → 0000;00000000;00000000;00000000;00000000\n → \n