IPAQ 5450 WLAN icmp - vb.net 2003 question

  • Thread starter Thread starter BLS
  • Start date Start date
B

BLS

I am trying to write an icmp 'echo' from VB.Net 2003 for an IPAQ 5450.
The code sample I used (which works on my desktop) fails on the line:
ICMPSocket = New _

Socket(AddressFamily.InterNetwork, _

SocketType.Raw, ProtocolType.Icmp)

with an error that the protocol type is not supported in the address family.
Everything I've found about CF looks like this should work. Any ideas ?
 
Back
Top