JSON_TerminalResolution

JSON message about terminal resolution parameters

{
  "TerminalResolution": {
    "resolutionType": "",
/*required, string, resolution type: auto, "custome"-custom (default)*/
    "imageWidth": ,
/*optional, horizontal pixel, this field is required only when resolutionType is "custome"*/
    "imageHeight": 
/*optional, vertical pixel,, this field is required only when resolutionType is "custome"*/
  }
}