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

Function fxReadNetwork

tools/serial2xsbug/serial2xsbug_lin.c:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void fxReadNetwork(txSerialMachine machine)
211{
212 int size = read(machine->networkConnection, machine->networkBuffer, mxNetworkBufferSize - 1);
213 if (size > 0)
214 fxReadNetworkBuffer(machine, machine->networkBuffer, size);
215}
216
217void fxReadSerial(txSerialTool self)
218{

Callers 1

mainFunction · 0.70

Calls 2

fxReadNetworkBufferFunction · 0.85
readFunction · 0.50

Tested by

no test coverage detected