Changes between Version 17 and Version 18 of BROWSER_CONTENT_BASIC_R2


Ignore:
Timestamp:
09/18/09 15:10:12 (16 years ago)
Author:
sveto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R2

    v17 v18  
    7373||0||Size||Response ID|| 
    7474[[BR]][[BR]] 
    75 OKMessage Example [[BR]][[BR]] 
    76 ||Integer offset||0||1|| 
    77 ||0||2||0|| 
    78 [[BR]][[BR]] 
    7975 
    8076=== Error Message === 
     
    8379||Integer offset||0||1|| 
    8480||0||Size||Response ID|| 
    85 [[BR]][[BR]] 
    86 Error Message Example [[BR]][[BR]] 
    87 ||Integer offset||0||1|| 
    88 ||0||2||1|| 
    8981[[BR]][[BR]] 
    9082 
     
    9587||0||Size||Command ID||URL|| 
    9688[[BR]][[BR]] 
    97 LoadCommand Example [[BR]][[BR]] 
    98 ||Integer offset||0||1||2-|| 
    99 ||0||18||100||http://google.com|| 
    100 [[BR]][[BR]] 
    101 Load command responses could be OK or Error. 
    10289 
    10390=== Grab Page Command === 
     
    10794||0||Size||Command ID|| 
    10895[[BR]][[BR]] 
    109 GrabPageCommand Example [[BR]][[BR]] 
    110 ||Integer offset||0||1|| 
    111 ||0||18||101|| 
    112 [[BR]][[BR]] 
    113 Grab page command responses could be PageGrabResponse or Error. 
    11496 
    11597=== Page Grab Response === 
     
    118100||Integer offset||0||1||2||3||4-|| 
    119101||0||Size||Command ID||Width||Height||Pixel Data|| 
    120 [[BR]][[BR]] 
    121 PageGrabResponse Example [[BR]][[BR]] 
    122 ||Integer offset||0||1||2||3||4-|| 
    123 ||0||480004||100||800||600||data|| 
    124102[[BR]][[BR]] 
    125103 
     
    140118||0||Size||Command ID||Event||Button||X offset||Y offset|| 
    141119[[BR]][[BR]] 
    142 SendMouseEventCommand Example [[BR]][[BR]] 
    143 ||Integer offset||0||1||2||3||4||5|| 
    144 ||0||6||103||1||1||100||150|| 
    145 [[BR]][[BR]] 
    146120 
    147121Send mouse command valid responses are Ok and Error. 
     
    158132||0||Size||Command ID||Event||Key||Modifiers|| 
    159133[[BR]][[BR]] 
    160 SendKeyboardEventCommand Example [[BR]][[BR]] 
     134 
     135Send keyboard command valid responses are Ok and Error. 
     136 
     137=== Resize Command === 
     138Resize command ID is 102.[[BR]][[BR]] 
     139 
     140ResizeCommand[[BR]][[BR]] 
    161141||Integer offset||0||1||2||3||4|| 
    162 ||0||5||104||0||65||0|| 
     142||0||Size||Command ID||Width||Height|| 
    163143[[BR]][[BR]] 
    164144 
    165 Send mouse command valid responses are Ok and Error. 
     145Resize valid responses are Ok and Error. 
     146 
     147=== Send Wheel Event Command === 
     148Send wheel event command ID is 106.[[BR]][[BR]] 
     149 
     150SendWheelEventCommand[[BR]][[BR]] 
     151||Integer offset||0||1||2||3||4||5|| 
     152||0||Size||Command ID||X||Y||Delta|| 
     153[[BR]][[BR]] 
     154 
     155Send wheel event valid responses are Ok and Error. 
     156 
     157=== Get Info Command === 
     158Get info command ID is 105.[[BR]][[BR]] 
     159 
     160GetInfoCommand[[BR]][[BR]] 
     161||Integer offset||0||1|| 
     162||0||Size||Command ID|| 
     163[[BR]][[BR]] 
     164 
     165Get info command valid responses are InfoResponse and Error. 
     166 
     167=== Info Response === 
     168Info response ID is 101.[[BR]][[BR]] 
     169InfoResponse[[BR]][[BR]] 
     170||Integer offset||0||1||2||3||4-|| 
     171||0||Size||Command ID||Width||Height||URL|| 
     172[[BR]][[BR]] 
    166173 
    167174= Testing =