Difference between revisions of "HTTPC:ReceiveData"
Jump to navigation
Jump to search
(moved HTTPC:ReceiveData to HTTPC:ReceiveDataDelay) |
|||
Line 1: | Line 1: | ||
− | + | =Request= | |
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Index Word | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0 | ||
+ | | Header code [0x000B0082] | ||
+ | |- | ||
+ | | 1 | ||
+ | | HTTP context handle | ||
+ | |- | ||
+ | | 2 | ||
+ | | Buffer size | ||
+ | |- | ||
+ | | 3 | ||
+ | | (OutSize<<4) <nowiki>|</nowiki> 12 | ||
+ | |- | ||
+ | | 4 | ||
+ | | Output data pointer | ||
+ | |} | ||
+ | |||
+ | =Response= | ||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Index Word | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0 | ||
+ | | Header code | ||
+ | |- | ||
+ | | 1 | ||
+ | | Result code | ||
+ | |} | ||
+ | |||
+ | =Description= | ||
+ | This is the same as [[HTTPC:ReceiveDataDelay]], without the delay. |
Revision as of 04:19, 10 July 2013
Request
Index Word | Description |
---|---|
0 | Header code [0x000B0082] |
1 | HTTP context handle |
2 | Buffer size |
3 | (OutSize<<4) | 12 |
4 | Output data pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
This is the same as HTTPC:ReceiveDataDelay, without the delay.