JSON_CaptureRule

CaptureRule message in JSON format

{
  "CaptureRule":{
    "enableCardNoLenAuto": , 
/*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, unit: byte. This field is valid when enableCardNoLenAuto is "false". If this field is set to 3, it refers to Wiegand 26*/
    "cardTimeout": 
/*optional, integer, card collection timeout, unit: ms*/
  }
}