Browse Source

生成注释

pull/2/head
算神 5 years ago
parent
commit
dca5b2abb2
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/JT809.Protocol/JT809.Protocol.xml

+ 3
- 3
src/JT809.Protocol/JT809.Protocol.xml View File

@@ -1043,15 +1043,15 @@
<member name="F:JT809.Protocol.JT809Header.FixedByteLength"> <member name="F:JT809.Protocol.JT809Header.FixedByteLength">
<summary> <summary>
固定为22个字节长度 固定为22个字节长度
<para>MSG LENGTH + MSG_SN + MSG_ID + MSG_GNSSCENTERID + VERSION_FLAG + ENCRYPT_FLAG + ENCRYPT_KEY</para>
<para>4 + 4 + 2 + 4 + 3 + 1 + 4 = 22</para>
<para>MSG LENGTH + MSG_SN + MSG_ID + MSG_GNSSCENTERID + VERSION_FLAG + ENCRYPT_FLAG + ENCRYPT_KEY + TIME</para>
<para>4 + 4 + 2 + 4 + 3 + 1 + 4 + 8 = 30</para>
</summary> </summary>
</member> </member>
<member name="P:JT809.Protocol.JT809Header.MsgLength"> <member name="P:JT809.Protocol.JT809Header.MsgLength">
<summary> <summary>
数据长度(包括头标识、数据头、数据体和尾标识) 数据长度(包括头标识、数据头、数据体和尾标识)
<para>头标识 + 数据头 + 数据体 + 尾标识</para> <para>头标识 + 数据头 + 数据体 + 尾标识</para>
<para>1 + 22 + n + 1</para>
<para>1 + 30 + n + 1</para>
</summary> </summary>
</member> </member>
<member name="P:JT809.Protocol.JT809Header.MsgSN"> <member name="P:JT809.Protocol.JT809Header.MsgSN">


Loading…
Cancel
Save