XML_GateStatus

GateStatus message in XML format

<GateStatus version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <busSync><!--required, xs:string, BUS synchronization status: "Normal"-normal, "DropArmPoorSyn"-poor barriers synchronization, "BusCommFailed"-BUS communication failed--></busSync>
  <inDoorPassCount><!--required, xs:integer, IR people counting (entrance), it is between 0 and 0xffffffff. If reaching 0xffffffff, it will count from 0 again--></inDoorPassCount>
  <inDoorAuthCount><!--required, xs:integer, people counting by authenticated times (entrance), it is between 0 and 0xffffffff. If reaching 0xffffffff, it will count from 0 again--></inDoorAuthCount>
  <outDoorPassCount><!--required, xs:integer, IR people counting (exit), it is between 0 and 0xffffffff. If reaching 0xffffffff, it will count from 0 again--></outDoorPassCount>
  <outDoorAuthCount><!--required, xs:integer, people counting by authenticated times (exit), it is between 0 and 0xffffffff. If reaching 0xffffffff, it will count from 0 again--></outDoorAuthCount>
  <remoteControlRecvModule><!--required, xs:string, keyfob receiving module status: "Normal"-normal, "Abnormal"-communication failed or the module is not installed--></remoteControlRecvModule>
  <caseTempUnit><!--required, xs:string, pedestal temperature unit to be displayed: "Centigrade"-Centigrade (°C), "Fahrenheit"-Fahrenheit (°F)--></caseTempUnit>
  <currentInDoorMode><!--required, xs:string, current passing mode (entrance): "Controlled"-controlled, "Forbid"-prohibited, "Free"-free--></currentInDoorMode>
  <currentOutDoorMode><!--required, xs:string, current passing mode (exit): "Controlled"-controlled, "Forbid"-prohibited, "Free"-free--></currentOutDoorMode>
  <powerSupplyMode><!--required, xs:string, device power supply mode: "ACPower"-by AC power supply, "Battery"-by storage battery power supply--></powerSupplyMode>
</GateStatus>