示例#1
0
 public static ushort GetCRC(byte[] bytes, int number = 1)
 {
     return InterfaceExtendedToLua.GetCRC16(bytes, number);
 }