PeteFly82 Posted July 1, 2021 Report Share Posted July 1, 2021 Hi all First, many thanks for the great fsuipc client dll. When using it with xpuipc for x-plane, how can I get/set datarefs of XP11? (Similar approach available like the LVar handling in FSX/P3D? Other way to do it?) Best regards Pete Quote Link to comment Share on other sites More sharing options...
Paul Henty Posted July 1, 2021 Report Share Posted July 1, 2021 Hi Pete, Access to datarefs would only be possible if they are supported by XPUIPC (mirroring the LVAR facilities in FSUIPC). I'm guessing that's not the case, so unfortunately there is no way to access datarefs with my DLL. This .NET library (available on NuGet) uses a direct connection to XPlane (rather than via XPUIPC). Its features include: You can send commands and subscribe to DataRef. An event OnDataRefReceived is fired every time the value of a subscribed DataRef changes. https://www.nuget.org/packages/XPlaneConnector Paul Quote Link to comment Share on other sites More sharing options...
PeteFly82 Posted July 4, 2021 Author Report Share Posted July 4, 2021 Hi Paul Thx for the answer. Will try that out. Best Peter Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.