Difference between revisions of "HTTPC:ReceiveData"

From 3dbrew
Jump to navigation Jump to search
 
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
#REDIRECT [[HTTPC:ReceiveDataDelay]]
+
=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. This returns error 0xd8a0a066 if the context handle is wrong.

Latest revision as of 01:55, 3 August 2015

Request[edit]

Index Word Description
0 Header code [0x000B0082]
1 HTTP context handle
2 Buffer size
3 (OutSize<<4) | 12
4 Output data pointer

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This is the same as HTTPC:ReceiveDataDelay, without the delay. This returns error 0xd8a0a066 if the context handle is wrong.