JSON_CustomDataSearchCond

JSON message about condition parameters of searching for custom card information

{
  "CustomDataSearchCond":{
    "address":1, 
/*optional, int, start address for reading data. By default the data will be read from the start address*/
    "length":1
/*optional, int, length of the data that can be read, it is 0 by default, unit: byte*/
  }
}