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