| enterPersonCount | unsigned int | Number of people entering (adults + children), same as osd display |
| enterChildCount | unsigned int | Enter the number of children, same as osd display |
| leavePersonCount | unsigned int | Number of people leaving (adults + children), same as osd display |
| leaveChildCount | unsigned int | Number of children leaving, same as osd display |
| existPersonCount | unsigned int | Number of people retained (adults + children), same as osd display |
| existChildCount | unsigned int | Number of retained children, same as osd display |
| globalEnterChildCounter | unsigned int | The total number of children entering the site is accumulated, which is convenient for the docking party to do incremental calculation |
| globalEnterPersonCounter | unsigned int | The total number of people entering (adults + children) is accumulated to facilitate incremental calculation by the docking party |
| globalLeaveChildCounter | unsigned int | The total number of children who leave the school is accumulated, which is convenient for the docking party to do incremental calculation |
| globalLeavePersonCounter | unsigned int | The total number of people who have left (adults + children) is accumulated, which is convenient for the docking party to do incremental calculation |
| releativePts | unsigned long long | Relative timestamp |