Explorar el Código

修改单元测试报文

tags/v2.4.0
yedajiang44 hace 4 años
padre
commit
2fbd88a54a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/JT808.Protocol.Test/MessageBody/JT808_0x0700Test.cs

+ 1
- 1
src/JT808.Protocol.Test/MessageBody/JT808_0x0700Test.cs Ver fichero

@@ -43,7 +43,7 @@ namespace JT808.Protocol.Test.MessageBody
bytes = "000104557A04000800200323101010003201".ToHexBytes();
value = JT808Serializer.Analyze<JT808_0x0700>(bytes);
//0x05
bytes = "000105557A050027003132333435363738393132333435363738D4C142313233343500000000D6D8D0CDBBF5B3B5000009".ToHexBytes();
bytes = "000105557A050029003132333435363738393132333435363738D4C142313233343500000000D6D8D0CDBBF5B3B50000000007".ToHexBytes();
value = JT808Serializer.Analyze<JT808_0x0700>(bytes);
//0x06
bytes = "000106557A06005700200323101010FFD7D4B6A8D2E531000000D7D4B6A8D2E532000000D7D4B6A8D2E533000000BDFCB9E2B5C600000000D4B6B9E2B5C600000000D3D2D7AACFF200000000D7F3D7AACFF200000000D6C6B6AF00000000000084".ToHexBytes();


Cargando…
Cancelar
Guardar