Jump to content
The simFlight Network Forums

Molaguita

new Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Spain

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Molaguita's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Sorry, I'm a without experience programmer and I didn't know short type, but using the next code, solved problem. Estado = fsuipc.getShort(0x0366); Thank you Pete and congratulations for your great job.
  2. Hello guys, I'm using FSIPC SDK in Java and the offset 0366 worked fine on FS2004, but on FSX-SE (FSUIPC v4.974) return these values on ground or airborne: 253952001 254017537 254083073 254214145 254279681 Each of these values have been obtained with a one second gap. I obtain the offset value with this code: public static void Estado() { fsuipc_wrapper.Open(fsuipc_wrapper.SIM_ANY); FSUIPC fsuipc = new FSUIPC(); Estado = fsuipc.getInt(0x0366); fsuipc_wrapper.Close(); System.out.println(Estado); } Please, any idea. Thank you very much.
×
×
  • 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.