| 335 | } |
| 336 | |
| 337 | void 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 | |
| 345 | void fxWriteNetwork(txSerialMachine machine, char* buffer, int size) |
| 346 | { |
nothing calls this directly
no test coverage detected