S
Sirtap
Hello
I'm trying to get use of IrDA port in personal computer by .NET. I know
it's well documented in WinSock/WinAPI but is it possible under .NET ??? I
found some classes that could be very helpful, but they are available only
under WinCE.
Till now I know that socket have to be created by:
Socket sock = new Socket(AddressFamily.Irda, SocketType.Stream,
ProtocolType.Unspecified);
But I don't know how to bind this socket to IrDA port and start to send data
(to a laptop or other device).
I would be very thankful for any helpful answer.
Thanks in advance, Andrew
I'm trying to get use of IrDA port in personal computer by .NET. I know
it's well documented in WinSock/WinAPI but is it possible under .NET ??? I
found some classes that could be very helpful, but they are available only
under WinCE.
Till now I know that socket have to be created by:
Socket sock = new Socket(AddressFamily.Irda, SocketType.Stream,
ProtocolType.Unspecified);
But I don't know how to bind this socket to IrDA port and start to send data
(to a laptop or other device).
I would be very thankful for any helpful answer.
Thanks in advance, Andrew