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

Function fxUnregisterSerial

tools/serial2xsbug/serial2xsbug_mac.c:337–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void fxUnregisterSerial(void *refCon, io_service_t service, natural_t messageType, void *messageArgument)
338{
339 txSerialDescription description = refCon;
340 fxCloseSerial(description->tool);
341
342 free(description);
343}
344
345void fxWriteNetwork(txSerialMachine machine, char* buffer, int size)
346{

Callers

nothing calls this directly

Calls 1

fxCloseSerialFunction · 0.70

Tested by

no test coverage detected