=> R0 = ESocket handle
R1 = pointer to zero (or CR) terminated string
R2 = flags
This SWI sends a line of text.
ESocket_SendLine flags
Bit Meaning
0 Don't send a CR (13)
1 Don't send a LF (10)
2 String is terminated by 13, not 0
other reserved, must be 0
|
|
|