SSLC:Write: Difference between revisions
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00170082] |- | 1 | SSL context handle |- | 2 | Size |- | 4 | (Size<<4) <nowiki>..." |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 14: | Line 14: | ||
| Size | | Size | ||
|- | |- | ||
| | | 3 | ||
| (Size<<4) <nowiki>|</nowiki> 10 | | (Size<<4) <nowiki>|</nowiki> 10 | ||
|- | |- | ||
| | | 4 | ||
| Pointer to input data | | Pointer to input data | ||
|} | |} | ||
| Line 32: | Line 32: | ||
| 1 | | 1 | ||
| Result code | | Result code | ||
|- | |||
| 2 | |||
| Total sent data | |||
|} | |} | ||
=Description= | =Description= | ||
This sends the specified data over the SSL connection. | This sends the specified data over the SSL connection. | ||