Windows CE Ethernet connection

  • Thread starter Thread starter carmen
  • Start date Start date
C

carmen

I need to connect my windowsCE application via Ethernet with a computer. Has
VS.NET 2003 C# classes to do this?
Thank you
 
Simply plug in the ethernet cable. The driver will handle the connection.
If you need to pass data to another PC on the network, then sockets are an
option, and there are plenty of samples on the web.

-Chris
 
Back
Top