package com.netsdk.lib.structure; import com.netsdk.lib.NetSDKLib; /** * @author : 291189 * @since : Created in 2021/7/5 16:30 * CLIENT_GetPopulationStatistics 接å£è¾“出å‚æ•° */ public class NET_OUT_GET_POPULATION_STATISTICS extends NetSDKLib.SdkStructure{ public int dwSize; // ç»“æž„ä½“å¤§å° public int nPassPopulation; // æ£å‘通过人数 public int nMetalAlarmPopulation; // æ£å‘触å‘金属报è¦äººæ•° public int nReversePassPopulation; // åå‘通过人数 public int nReverseMetalAlarmPopulation; // åå‘触å‘金属报è¦äººæ•° public long nTempNormalPopulation; // 体温æ£å¸¸äººæ•° public long nTempAlarmPopulation; // 体温异常人数 public NET_OUT_GET_POPULATION_STATISTICS(){ this.dwSize=this.size(); } }