C# UDPブロードキャスト

// An highlighted block
Socket socket = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);
 //IPEndPoint iep = new IPEndPoint(IPAddress.Broadcast, HxgSocketPort.port_udp);
IPEndPoint iep = new IPEndPoint(IPAddress.

おすすめ

転載: blog.csdn.net/weixin_38359813/article/details/102970230