Jump to content

Recommended Posts

Posted

Hi all, I can't understand this following statement taken from nzbget's rpc documentation. I wonder if anyone knows how I can convert the value or understand this statement?

Remaining size of all (remaining) files in group in bytes, Low 32-bits of 64-bit value.
Posted

Well my guess is that the 64-bit value is divided into two chunks, each containing 32-bits. So for example the following 64-bit integer would be divided as follows:

0x12341234ABCDABCD <== 64-bit integer

0x12341234 would represent the High 32-bits of 64-bit value.

0xABCDABCD would represent the Low 32-bits of 64-bit value.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...