.net - How to include IrdaClient.dll in Visual Studio -


i want use irdaclient class detect irda devices.

i have added following name spaces.

using system.net.sockets; using system.io; 

but still there no such class available.

am missing anything??

irda available on:

platforms

windows ce, windows mobile smartphone, windows mobile pocket pc

source


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -