cec: added a C++ CLR wrapper for libCEC, so libCEC can be used by any .NET language...
authorLars Op den Kamp <lars@opdenkamp.eu>
Sun, 13 Nov 2011 19:47:14 +0000 (20:47 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Sun, 13 Nov 2011 20:04:56 +0000 (21:04 +0100)
commit61f3c2ad37b222442f9f9d81cd9f7694ec2089f5
tree1fec80b78fece564aeec3366e91e2a9bd2edac06
parent94d98b71b8afae933eef5c97101da7b3ef905aa3
cec: added a C++ CLR wrapper for libCEC, so libCEC can be used by any .NET language and ported the basics of cec-client over to C#.
16 files changed:
.gitignore
README
project/CecSharpClient.sln [new file with mode: 0644]
project/LibCecSharp.vcxproj [new file with mode: 0644]
project/LibCecSharp.vcxproj.filters [new file with mode: 0644]
project/libCEC.nsi
project/libcec.sln
src/CecSharpTester/AssemblyInfo.cs [new file with mode: 0644]
src/CecSharpTester/CecSharpClient.cs [new file with mode: 0644]
src/CecSharpTester/CecSharpClient.csproj [new file with mode: 0644]
src/LibCecSharp/AssemblyInfo.cpp [new file with mode: 0644]
src/LibCecSharp/LibCecSharp.cpp [new file with mode: 0644]
src/LibCecSharp/LibCecSharp.suo [new file with mode: 0644]
src/LibCecSharp/Stdafx.cpp [new file with mode: 0644]
src/LibCecSharp/Stdafx.h [new file with mode: 0644]
src/LibCecSharp/resource.h [new file with mode: 0644]