예제 #1
0
 public static void TestCheckSumCRC_CCITT_Kermit()
 {
     Assert.Equal("96 D6", GetCRC.CRC_CCITT_Kermit(b).InverseHexString);
 }