Read Data from Emulation Socket
txt, timedo = e:read( [size], [ms] )
Parameters | Type | Description |
---|---|---|
size |
integer | Maximum number of bytes to read |
ms |
integer | Timeout value. |
Returns | Type | Description |
---|---|---|
txt |
string | Received data |
timedo |
boolean | true if there was a timeout. |