IrDA with .NET
-
I am searching a sample / doc how to use
IrDAListener
! I want to create a IrDA Server application in C# with the new .NET IrDA classes, but I can't found any doc :((! Daniel ;) --------------------------- Never change a running system! -
I am searching a sample / doc how to use
IrDAListener
! I want to create a IrDA Server application in C# with the new .NET IrDA classes, but I can't found any doc :((! Daniel ;) --------------------------- Never change a running system! -
Daniel S. wrote: new .NET IrDA classes ? where do find those? Hey leppie! Your "proof" seems brilliant and absurd at the same time. - Vikram Punathambekar 28 Apr '03
You can find the new .NET IrDA classes (
IrDAClient
,IrDAListener
,...) in the System.Net.Sockets namespace of the .NET Compact Framework. Take look at System.Net.Sockets Namespace. Note: This namespace, class, or member is supported only in version 1.1 of the .NET Compact Framework! I have found one sample at IrDA DiscoverDevices (http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=128). Daniel ;) --------------------------- Never change a running system!