Jump to content
The simFlight Network Forums

FSUIPC Connect


seb737

Recommended Posts

Hello Paul,

I am looking for my application in VB.net how to return the status of FSUIPC: Connect or disconnect and FSUIPC;
I manage to handle errors with the try function.
I'm looking for a kind of instrution
          FSUIPCConnection = true and false to connect to Disconnect;

Thank you in advance for your answer

Sébastien

Link to comment
Share on other sites

Hi Sébastien,

I've attached the latest version of the DLL.

There is a method called FSUIPCConnection.IsConnectionOpen() which will tell you if you are connected or not (true/false).

There is no property that you can set to make a connection however. You still need to call Open() and Close().

Paul

FSUIPCClient3.0_RC1.zip

Link to comment
Share on other sites

Hello Paul,

I just noticed that with the dll versions 3.06152.2 - 3.06152.3 - 3.06152.4 -
3.06100.1 I can no longer send offsets via:
As Sun sendButton Offset (Of Integer) = New FSUIPC.Offset (Of Integer) (& H3110)
with 2.4.0.0 or 2.4.4910.2 versions all works fine.
I do not understand or it will not.

Sébastien

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.