IrDA in 2.0 .NET Framework?

Will the IRDA assembly which is present in the 1.1 .NET Compact Framework be available in the 2.0 .NET Framework

When is 2.0 .NET expected to be released


Answer this question

IrDA in 2.0 .NET Framework?

  • Bill Rose

    Hi,

    If you install the .NET CF v2.0, then the Compact Framework SDK assemblies reside at \Program Files\Microsoft Visual Studio 8\SDK\v2.0\CompactFramework\WindowsCE. This folder also contains System.Net.IrDA.dll assembly. Based on this I think IRDA is supported in v2.0

    Also take a look at the documentation to for Whidbey which describes the following classes with examples:
    1. IrDAListener
    2. IrDAClient
    3. IrDADeviceInfo
    4. IrDAHints

    IrDAListener with a Sample:
    http://msdn2.microsoft.com/library/cyes2e48(en-us,vs.80).aspx

    Regards,
    Vikram

  • Gajab

    Vikram,

    Do you know for sure that IRDA will be included in 2.0 Or are you just guessing / hoping it will be. Has there been an official statement from Microsoft about IrDA

    Thanks
    Liam

  • heikosch

    Vikram,

    Yes all of this strongly suggests that System.Net.IrDA.dll will be included in 2.0.

    Thanks for your help!!

    Liam

  • beat___

    Yes it will be. The release date for .NET Framework 2.0 has been set as Nov 7th 2005.

    Here's a sample on IRDA in CF 2.0
    http://www.wintoolzone.com/processor.aspx ID=92

    Regards,
    Vikram

  • IrDA in 2.0 .NET Framework?