MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / socketMsgError

Function socketMsgError

modules/network/socket/lwip/modSocket.c:830–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830void 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
839void socketMsgDataReceived(xsSocket xss)
840{

Callers 1

socketClearPendingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected