Zer0Velocity Posted September 8, 2014 Posted September 8, 2014 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.
czardas Posted September 8, 2014 Posted September 8, 2014 It probably means something like the high bits indicate something else or they are not needed. BTW googling "nzbget's rpc documentation" just returns this one page in the results. operator64 ArrayWorkshop
Zer0Velocity Posted September 8, 2014 Author Posted September 8, 2014 the part I'm trying to understand "RemainingSizeLo" and the url below http://nzbget.net/RPC_API_reference#Method_.22listgroups.22
czardas Posted September 9, 2014 Posted September 9, 2014 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. operator64 ArrayWorkshop
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now