| 828 | } |
| 829 | |
| 830 | void socketMsgError(xsSocket xss) |
| 831 | { |
| 832 | xsMachine *the = xss->the; |
| 833 | |
| 834 | xsBeginHost(the); |
| 835 | xsCall1(xss->obj, xsID_callback, xsInteger(kSocketMsgError)); //@@ report the error value |
| 836 | xsEndHost(the); |
| 837 | } |
| 838 | |
| 839 | void socketMsgDataReceived(xsSocket xss) |
| 840 | { |
no outgoing calls
no test coverage detected