101 | | Load command responses could be OK or Error, |
| 101 | Load command responses could be OK or Error. |
| 102 | |
| 103 | === Grab Page Command === |
| 104 | Grab page command ID is 101.[[BR]][[BR]] |
| 105 | GrabPageCommand[[BR]][[BR]] |
| 106 | ||Integer offset||0||1|| |
| 107 | ||0||Size||Command ID|| |
| 108 | [[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 | |
| 115 | === Page Grab Response === |
| 116 | Page grab response ID is 100.[[BR]][[BR]] |
| 117 | PageGrabResponse[[BR]][[BR]] |
| 118 | ||Integer offset||0||1||2||3||4-|| |
| 119 | ||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 | [[BR]][[BR]] |
| 125 | |