SSLC:ReadPeek

From 3dbrew
Revision as of 17:29, 30 March 2016 by Yellows8 (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00150082] |- | 1 | SSL context handle |- | 2 | Size |- | 3 | (Size<<4) <nowi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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]

Same as SSLC:Read, except with the equivalent of the recv() MSG_PEEK flag.