Exemple #1
0
 private static void SetPacketCrCs(byte[] packet)
 {
     Crc.CalcUCrc(packet, 4);
     Crc.CalcCrc(packet, packet.Length);
 }