Changes between Version 17 and Version 18 of BROWSER_CONTENT_BASIC_R2
- Timestamp:
- 09/18/09 15:10:12 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BROWSER_CONTENT_BASIC_R2
v17 v18 73 73 ||0||Size||Response ID|| 74 74 [[BR]][[BR]] 75 OKMessage Example [[BR]][[BR]]76 ||Integer offset||0||1||77 ||0||2||0||78 [[BR]][[BR]]79 75 80 76 === Error Message === … … 83 79 ||Integer offset||0||1|| 84 80 ||0||Size||Response ID|| 85 [[BR]][[BR]]86 Error Message Example [[BR]][[BR]]87 ||Integer offset||0||1||88 ||0||2||1||89 81 [[BR]][[BR]] 90 82 … … 95 87 ||0||Size||Command ID||URL|| 96 88 [[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.102 89 103 90 === Grab Page Command === … … 107 94 ||0||Size||Command ID|| 108 95 [[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.114 96 115 97 === Page Grab Response === … … 118 100 ||Integer offset||0||1||2||3||4-|| 119 101 ||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||124 102 [[BR]][[BR]] 125 103 … … 140 118 ||0||Size||Command ID||Event||Button||X offset||Y offset|| 141 119 [[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]]146 120 147 121 Send mouse command valid responses are Ok and Error. … … 158 132 ||0||Size||Command ID||Event||Key||Modifiers|| 159 133 [[BR]][[BR]] 160 SendKeyboardEventCommand Example [[BR]][[BR]] 134 135 Send keyboard command valid responses are Ok and Error. 136 137 === Resize Command === 138 Resize command ID is 102.[[BR]][[BR]] 139 140 ResizeCommand[[BR]][[BR]] 161 141 ||Integer offset||0||1||2||3||4|| 162 ||0|| 5||104||0||65||0||142 ||0||Size||Command ID||Width||Height|| 163 143 [[BR]][[BR]] 164 144 165 Send mouse command valid responses are Ok and Error. 145 Resize valid responses are Ok and Error. 146 147 === Send Wheel Event Command === 148 Send wheel event command ID is 106.[[BR]][[BR]] 149 150 SendWheelEventCommand[[BR]][[BR]] 151 ||Integer offset||0||1||2||3||4||5|| 152 ||0||Size||Command ID||X||Y||Delta|| 153 [[BR]][[BR]] 154 155 Send wheel event valid responses are Ok and Error. 156 157 === Get Info Command === 158 Get info command ID is 105.[[BR]][[BR]] 159 160 GetInfoCommand[[BR]][[BR]] 161 ||Integer offset||0||1|| 162 ||0||Size||Command ID|| 163 [[BR]][[BR]] 164 165 Get info command valid responses are InfoResponse and Error. 166 167 === Info Response === 168 Info response ID is 101.[[BR]][[BR]] 169 InfoResponse[[BR]][[BR]] 170 ||Integer offset||0||1||2||3||4-|| 171 ||0||Size||Command ID||Width||Height||URL|| 172 [[BR]][[BR]] 166 173 167 174 = Testing =