Showing changes from revision #0 to #1:
Added | Removed | Changed
Write data to a secure connection.
Entry | |
---|---|
R0 | ssl handle |
R1 | pointer to data to send |
R2 | amount of data to send |
Exit | |
---|---|
R0 | amount of data written |
Analogous to Socket_Write, equivalent to AcornSSL_Send with flags of 0.
See AcornSSL_Send.