Showing changes from revision #0 to #1:
Added | Removed | Changed
Read data from a secure connection.
Entry | |
---|---|
R0 | SSL handle |
R1 | pointer to data to receive |
R2 | size of data buffer |
Exit | |
---|---|
R0 | amount of data received |
Analogous to Socket_Read, equivalent to AcornSSL_Recv with flags of 0.
See AcornSSL_Recv.