eis/config/Config/AliveFile.xml

17 lines
859 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--心跳电文配置-->
<Properties>
<Property type="s" loop="1" value="9998" /><!--表示1个short值为165-->
<Property type="s" loop="1" value="29" /><!--表示1个short值为165-->
<Property type="c" loop="1" value="20091116104456" /><!--表示9个字节的字符串长度按实际写多少算-->
<Property type="c" loop="1" value="gxn" /><!--表示9个字节的字符串长度按实际写多少算-->
<Property type="c" loop="1" value="ttt" /><!--表示9个字节的字符串长度按实际写多少算-->
<Property type="c" loop="1" length="4" value="12345" /><!--表示12个字符串后面不够的自动补空格或0-->
<Property type="h" loop="1" length="1" value="0A" /><!--表示16进制从左到右长度1-4字节-->
</Properties>