MCPcopy Create free account
hub / github.com/andysworkshop/stm32plus / printFileName

Method printFileName

examples/net_ftp_server/MyFtpServerConnection.h:379–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 */
378
379inline void MyFtpServerConnection::printFileName(const FileInformation& finfo) {
380 _dataConnection->addString(finfo.getFilename());
381}
382
383
384/**

Callers

nothing calls this directly

Calls 2

addStringMethod · 0.80
getFilenameMethod · 0.45

Tested by

no test coverage detected