Difference between revisions of "SSLC:Read"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00150082] |- | 1 | SSL context handle |- | 2 | Size |- | 4 | (Size<<4) <nowiki>...") |
|||
Line 32: | Line 32: | ||
| 1 | | 1 | ||
| Result code | | Result code | ||
+ | |- | ||
+ | | 2 | ||
+ | | Total received data | ||
|} | |} | ||
=Description= | =Description= | ||
This receives data from the SSL connection into the specified output buffer. | This receives data from the SSL connection into the specified output buffer. |
Revision as of 06:36, 10 July 2013
Request
Index Word | Description |
---|---|
0 | Header code [0x00150082] |
1 | SSL context handle |
2 | Size |
4 | (Size<<4) | 12 |
5 | Pointer to output data |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Total received data |
Description
This receives data from the SSL connection into the specified output buffer.