MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / close

Method close

libraries/AP_Networking/AP_Networking.cpp:382–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void AP_Networking::SendFile::close(void)
383{
384 AP::FS().close(fd);
385 delete sock;
386 sock = nullptr;
387}
388
389#include <stdio.h>
390/*

Callers 4

update_threadMethod · 0.45
update_serial_LEDsMethod · 0.45
send_receiveMethod · 0.45
sendfile_checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected