JSON_CaptureRuleCap

CaptureRuleCap capability message in JSON format

{
  "CaptureRuleCap":{
    "enableCardNoLenAuto":[true,flase],
/*optional, boolean, whether to enable length self-adaption of the card serial No.*/
    "cardNoLen":{
/*dependency, integer, length of the card serial No.: 3, 4, 7, 10*/
      "@opt":[3,4,7,10]
    }, 
    "cardTimeout":{
/*optional, integer, card collection timeout, unit: ms*/
      "@min":0, 
      "@max":0
    }
  }
}