A.8. mensajes CommandSend

Aparentemente siempre iguales, estos dos mensajes han sido una caja hermética en el estudio del protocolo utilizado por la matriz. Su utilidad no está en absoluto clara y hasta se podría dudar de ella.

Ejemplo A-10. CommandSend(1)

	<?xml version="1.0"?>
	<root>
	<SessionID>Master</SessionID>
	<messageGroup>
	<defRouting>
	<dst>
	<dev><system>1</system><device>136</device><port>1</port></dev>
	</dst>
	<src>
	<dev><system>1</system><device>0</device><port>1</port></dev>
	</src>
	</defRouting>
	<messageList>
	<message>
	<messageHeader>
	<flags/>
	<msgID>65409</msgID>
	<msgCmd>CommandSend</msgCmd>
	</messageHeader>
	<messageBody>
	<dev><system>1</system><device>136</device><port>1</port></dev>
	<ValueType>CHARSTRING</ValueType>
	<Length>5</Length>
	<Data>4C45564F4E</Data>
	</messageBody>
	</message>
	</messageList>
	</messageGroup>
	</root>

      

Ejemplo A-11. CommandSend(2)

	<?xml version="1.0"?>
	<root>
	<SessionID>Master</SessionID>
	<messageGroup>
	<defRouting>
	<dst>
	<dev><system>1</system><device>136</device><port>1</port></dev>
	</dst>
	<src>
	<dev><system>1</system><device>0</device><port>1</port></dev>
	</src>
	</defRouting>
	<messageList>
	<message>
	<messageHeader>
	<flags/>
	<msgID>65410</msgID>
	<msgCmd>CommandSend</msgCmd>
	</messageHeader>
	<messageBody>
	<dev><system>1</system><device>136</device><port>1</port></dev>
	<ValueType>CHARSTRING</ValueType>
	<Length>4</Length>
	<Data>52584F4E</Data>
	</messageBody>
	</message>
	</messageList>
	</messageGroup>
	</root>