Is there a class you can use for devices with ethernet connectivity
I am using C#.net and need to connect to a device that has ethernet (ip address). What class can I开发者_如何学C use to communicate with such a device
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
精彩评论