| enterCarCount | unsigned int | The number of cars entering. |
| enterPersonCount | unsigned int | The number of people entering. |
| enterBikeCount | unsigned int | The number of bicycles entering. |
| leaveCarCount | unsigned int | The number of cars that left. |
| leavePersonCount | unsigned int | The number of people who left. |
| leaveBikeCount | unsigned int | Number of bicycles leaving |
| existCarCount | unsigned int | The number of cars in progress. |
| existPersonCount | unsigned int | The number of people who are. |
| existBikeCount | unsigned int | The number of bicycles in use. |
| count | unsigned int | The total number, that is, the number of passLineInfo. |
| passLineInfo | NET_SDK_IVE_PASSLINECOUNT_INFO_T[32] | List of line analysis results. |
| chlId | GUID | The GUID of the channel. |