JSON_PublicSubSysCap

PublicSubSysCap capability message in JSON format

{
  "PublicSubSysCap":{
    "id":{
/*required, public partition No. that can be configured*/
      "@opt":[1] 
    }, 
    "enabled":"true,false", 
/*required, whether to enable the public partition*/
    "linkageCommon":{
/*optional, number of normal partitions linked to the public partition*/
      "@min": , 
      "@max": 
    }, 
    "subSystemNo":{
/*optional, range of the normal partition No. that can be configured*/
      "@min": , 
      "@max": 
    }, 
    "method":{
/*required, methods supported by the function: "put"-edit, "getAll"-get all*/
      "@opt":["put", "getAll"]
    }
  }
}