GateIRStatus capability message in XML format
<GateIRStatus version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema"> <IREmitter><!--status of active infrared intrusion detector--> <triggered min="1" max="48" ><!--required, xs:string, triggering IR ID of the active infrared intrusion detector, it is between 1 and 48--></triggered> <triggeredTimeout min="1" max="48" ><!--required, xs:string, triggering timeout IR ID of the active infrared intrusion detector, it is between 1 and 48--></triggeredTimeout> <receiveBoardAbnormal min="1" max="48" ><!--required, xs:string, communication exception IR ID of the receiving board, it is between 1 and 48--></receiveBoardAbnormal> <sendBoardAbnormal min="1" max="48" ><!--required, xs:string, communication exception IR ID of the sending board, it is between 1 and 48--></sendBoardAbnormal> <sendAndReceiveLocateAbnormal min="1" max="48" ><!--required, xs:string, sending and receiving position exception ID, it is between 1 and 48--></sendAndReceiveLocateAbnormal> </IREmitter> <masterIRAdaptorCommFailed min="1" max="2" ><!--required, xs:string, ID of communication with IR adapter of the main lane controller failed, it can be set to 1 or 2--></masterIRAdaptorCommFailed> <slaveIRAdaptorCommFailed min="1" max="2" ><!--required, xs:string, ID of communication with IR adapter of the sub-lane controller failed, it can be set to 1 or 2--></slaveIRAdaptorCommFailed> </GateIRStatus>