NET_ITC_POST_IOSPEED_PARAM

Structure about checkpoint IO speed detection parameters.

Structure Definition

struct{  
  NET_ITC_PLATE_RECOG_PARAM       struPlateRecog;
  NET_ITC_SINGLE_IOSPEED_PARAM    struSingleIOSpeed[MAX_IOSPEED_GROUP_NUM/*4*/];
  BYTE                            byRes[32];
}NET_ITC_POST_IOSPEED_PARAM, *LPNET_ITC_POST_IOSPEED_PARAM;

Members

struPlateRecog

License plate recognition parameters, see details in the structure NET_ITC_PLATE_RECOG_PARAM.

struSingleIOSpeed

Parameters of a single IO speed detection group, see details in the structure NET_ITC_SINGLE_IOSPEED_PARAM.

byRes

Reserved.