NET_SDK_IVE_TRAFFIC_T
Structure Definition
Function Description
Traffic statistics results.
Member Description
| Member | Type | Remark |
| enterCarCount | int | The number of vehicles entering the area. |
| enterPersonCount | int | The number of people entering the area. |
| enterBikeCount | int | The number of bicycles entering the area. |
| leaveCarCount | int | The number of vehicles leaving the area. |
| leavePersonCount | int | The number of people leaving the area. |
| leaveBikeCount | int | The number of bicycles leaving the area. |
| existCarCount | int | The number of cars in the area. |
| existPersonCount | int | The number of people in the area. |
| existBikeCount | int | The number of bicycles in the area. |
| count | unsigned int | The total number, that is, the number of aoiInfo. |
| aoiInfo | NET_SDK_IVE_TRAFFIC_INFO_T[32] | Traffic statistics analysis results list. |