Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hello Pete,

Is it allowed to partially read a value from FSUIPC ? E.g. I'm interested the first 3 characters of the VOR1 Identity, so I would like to enter (offset 0x3000, size 4).

And, by extension, can I read in the middle of a value, so I don't have to read the full 4-byte integer, but only its most significant byte (handy for bit words) ?

Thanks.

Jeroen.

Posted

Is it allowed to partially read a value from FSUIPC ? E.g. I'm interested the first 3 characters of the VOR1 Identity, so I would like to enter (offset 0x3000, size 4).

And, by extension, can I read in the middle of a value, so I don't have to read the full 4-byte integer, but only its most significant byte (handy for bit words) ?

You can read what you like. The memory map imaging provided by the interface is complete. It does work like memory, at least for reading. Writing is also usually the same, but not always, so needs more care.

Pete

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.