I am developing an application based on .NET Framework 4.8 and using the Falcon library version 6.1.6264. I have also tested the same functionality with .NET 6, .NET 7, and .NET 8 using the latest versions of Knx.Falcon.Sdk individually.
However, I am unable to write the FDSK to my device as it is done in the EITT 4.4 application. I can successfully connect to the device and complete the Unlock step (public/private key exchange). After that, I attempt to send the data to the device using the WritePropertyExtendedValueAsync command.
When I examined the EITT 4.4 application, I noticed that it performs the FDSK operation using the FctPropertyExtCommand method. Unfortunately, I could not find this method anywhere in the .NET Falcon SDK.
Could you please help me with this issue? Is there an alternative way or API available in the Falcon SDK to perform the FDSK write operation?