Changes

Jump to navigation Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001C00C4] |- | 1 | SSL context handle |- | 2 | Outstr0_maxsize |- | 3 | Outst..."
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x001C00C4]
|-
| 1
| SSL context handle
|-
| 2
| Outstr0_maxsize
|-
| 3
| Outstr1_maxsize
|-
| 4
| (Outstr0_maxsize<<4) <nowiki>|</nowiki> 12
|-
| 5
| Pointer to output str0
|-
| 6
| (Outstr1_maxsize<<4) <nowiki>|</nowiki> 12
|-
| 7
| Pointer to output str1
|}

=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code
|-
| 1
| Result code
|-
| 2
| Total received data
|}

=Description=
This is only usable if the connection was already started successfully(SSLC:StartConnection*).

This copies two strings to the specified output buffers, each string is only copied if it was successfully loaded. The out sizes include the nul-terminator.

Navigation menu