TelldusCore.dll how to decode data with c#

Moderator: Telldus

Post Reply
RickardP
Posts: 55
Joined: Fri Mar 17, 2023 9:45 am
Location: Nyköping, Sweden
Contact:

TelldusCore.dll how to decode data with c#

Post by RickardP »

I have a project that reading data from Tellstick Net UDP data but i need to decode the data so i find in the Telldus Core code you have all the protocols and decodeData functionality.

So i whant to reuse it but in c#, i have founded this wrapper https://github.com/telldus/telldus/blob ... Wrapper.cs

But how can i do the call to the function like ProtocolMandolyn::decodeData that i find in the file https://github.com/telldus/telldus/blob ... ndolyn.cpp

Anyone that can help?
Post Reply