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

Function fxCloseSerial

tools/serial2xsbug/serial2xsbug_win.c:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void fxCloseSerial(txSerialTool self)
58{
59 if (self->serialConnection != INVALID_HANDLE_VALUE) {
60 CloseHandle(self->serialConnection);
61 self->serialConnection = INVALID_HANDLE_VALUE;
62 }
63}
64
65void fxCountMachines(txSerialTool self)
66{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected