Talk:LlRequestAgentData
Revision as of 05:00, 12 September 2009 by TigroSpottystripes Katsu (talk | contribs) (→taking a byte out of the integer: new section)
Is this function reporting properly? Specifically, I seem to get more "2"s than I should. My status is on file and use and it returns a 2 for me. Yet, I do see threes returned for some people. In fact, I see 0 (No info), 2 (No Info but Used(Weird)) and 3 (Info and used), but never 1 (Info filed). Were the bits repurposed and the docs not updated? --Clang Bailey 16:34, 29 January 2008 (PST)
- It is possible to remove the payment information from the file after it has been used. -- Strife Onizuka 20:24, 29 January 2008 (PST)
taking a byte out of the integer
The integer parameter, seems to actually be just the first 8 bits of the the 32bits signed integer, add or subtract 256 (or any power of 256) from any of the constants and the result should be the same, even when going to negative values. --TigroSpottystripes Katsu 13:00, 12 September 2009 (UTC)