摘要: 1 /// 2 /// 报文解析转换类 3 /// 4 public class DatagramConvert 5 { 6 public static Encoding ENCODING_ASCII = Encoding.ASCII; 7 public static Encoding ENCODING_GB2312 = Encoding.GetEncoding("gb2312"); 8 public static Crc16Ccitt CRC16 = new Crc16Ccitt(I... 阅读全文
posted @ 2014-01-02 11:45 贝加 阅读(1176) 评论(0) 推荐(0) 编辑