Difference between revisions of "SSLC:Read"

From 3dbrew
Jump to navigation Jump to search
m
 
Line 14: Line 14:
 
| Size
 
| Size
 
|-
 
|-
| 4
+
| 3
 
| (Size<<4)  <nowiki>|</nowiki> 12
 
| (Size<<4)  <nowiki>|</nowiki> 12
 
|-
 
|-
| 5
+
| 4
 
| Pointer to output data
 
| Pointer to output data
 
|}
 
|}

Latest revision as of 19:54, 10 July 2013

Request[edit]

Index Word Description
0 Header code [0x00150082]
1 SSL context handle
2 Size
3 (Size<<4) | 12
4 Pointer to output data

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Total received data

Description[edit]

This receives data from the SSL connection into the specified output buffer.