是否有一个类可用于具有以太网连接的设备
我正在使用 C#.net,需要连接到具有以太网(IP 地址)的设备。我可以使用什么类来与这样的设备进行通信
I am using C#.net and need to connect to a device that has ethernet (ip address). What class can I use to communicate with such a device
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,不知道我会使用什么设备什么协议或你正在做什么。
System.Net.sockets.TcpClient 或 system.net.sockets.udpclient
Well not knowing what device what protocol or what you are doing I would go with.
System.Net.sockets.TcpClient or system.net.sockets.udpclient