Changes between Version 14 and Version 15 of BROWSER_CONTENT_BASIC_R2


Ignore:
Timestamp:
09/06/09 15:29:15 (16 years ago)
Author:
sveto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R2

    v14 v15  
    9090 
    9191=== Load Command === 
    92 Load command ID is 101.[[BR]][[BR]] 
     92Load command ID is 100.[[BR]][[BR]] 
    9393LoadCommand[[BR]][[BR]] 
    9494||Integer offset||0||1||2-|| 
     
    9797LoadCommand Example [[BR]][[BR]] 
    9898||Integer offset||0||1||2-|| 
    99 ||0||18||101||http://google.com|| 
     99||0||18||100||http://google.com|| 
    100100[[BR]][[BR]] 
    101 Load command responses could be OK or Error, 
     101Load command responses could be OK or Error. 
     102 
     103=== Grab Page Command === 
     104Grab page command ID is 101.[[BR]][[BR]] 
     105GrabPageCommand[[BR]][[BR]] 
     106||Integer offset||0||1|| 
     107||0||Size||Command ID|| 
     108[[BR]][[BR]] 
     109GrabPageCommand Example [[BR]][[BR]] 
     110||Integer offset||0||1|| 
     111||0||18||101|| 
     112[[BR]][[BR]] 
     113Grab page command responses could be PageGrabResponse or Error. 
     114 
     115=== Page Grab Response === 
     116Page grab response ID is 100.[[BR]][[BR]] 
     117PageGrabResponse[[BR]][[BR]] 
     118||Integer offset||0||1||2||3||4-|| 
     119||0||Size||Command ID||Width||Height||Pixel Data|| 
     120[[BR]][[BR]] 
     121PageGrabResponse Example [[BR]][[BR]] 
     122||Integer offset||0||1||2||3||4-|| 
     123||0||480004||100||800||600||data|| 
     124[[BR]][[BR]] 
     125 
    102126= Testing = 
    103127^(Place the testing results here.)^