摘要:
string message = "0302"; byte[] sendbytes = Encoding.ASCII.GetBytes(message); remoteIpep = new IPEndPoint(IPAddress.Parse(ip), 26); // 发送到的IP地址和端口号 se 阅读全文
摘要:
string message = "0302"; byte[] sendbytes = Encoding.ASCII.GetBytes(message); remoteIpep = new IPEndPoint(IPAddress.Parse(ip), 26); // 发送到的IP地址和端口号 se 阅读全文
摘要:
//两个byte[]拼接 public byte[] copybyte(byte[] a, byte[] b, byte[] c, byte[] d, byte[] e)///,byte[] f,byte[] g) { byte[] h = new byte[a.Length + b.Length 阅读全文
摘要:
//work wk = new work(ReadUdpDate); ParameterizedThreadStart parmThre = new ParameterizedThreadStart(ReadUdpDate); Thread read = new Thread(parmThre); 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace 消息机制获... 阅读全文
|